public abstract class TInputStream extends TObject implements TCloseable
Constructor and Description |
---|
TInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
abstract int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
public abstract int read() throws IOException
IOException
public int read(byte[] b) throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
IOException
public long skip(long n) throws IOException
IOException
public int available() throws IOException
IOException
public void close() throws IOException
close
in interface TCloseable
close
in interface TAutoCloseable
IOException
public void mark(int readlimit)
public void reset() throws IOException
IOException
public boolean markSupported()
Copyright © 2019. All rights reserved.