public class SimpleInputStream
| 构造器和说明 |
|---|
SimpleInputStream(byte[] core,
int ptr,
int end) |
public int available()
public int read()
public byte look()
public SimpleInputStream skip(int length)
public byte[] lookRest()
public void readInto(SimpleOutputStream stream, int length)
public void close()
public byte[] getCore()