All Packages This Package Class Hierarchy Class Search Index
Class grendel.storage.DotTerminatedInputStream
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----grendel.storage.DotTerminatedInputStream
class DotTerminatedInputStream
extends java.io.FilterInputStream
{
// Fields 6
private static final int CAPACITY;
ByteBuf curline;
boolean eof;
ByteBuf inbuf;
ByteLineBuffer linebuf;
byte[] singlebyte;
// Constructors 1
DotTerminatedInputStream(InputStream);
// Methods 7
public void bufferUpEverything();
public void close();
public boolean markSupported();
public int read() throws IOException;
public int read(byte[]) throws IOException;
public int read(byte[], int, int) throws IOException;
public long skip(long);
}
Fields
private static final int CAPACITY
ByteBuf curline
ByteBuf inbuf
ByteLineBuffer linebuf
boolean eof
byte[] singlebyte
Constructors
DotTerminatedInputStream(InputStream s)
Methods
public int read(byte[] buf,
int start,
int length) throws IOException
- Overrides:
- read in class FilterInputStream
public int read(byte[] buf) throws IOException
- Overrides:
- read in class FilterInputStream
public int read() throws IOException
- Overrides:
- read in class FilterInputStream
public long skip(long n)
- Overrides:
- skip in class FilterInputStream
public boolean markSupported()
- Overrides:
- markSupported in class FilterInputStream
public void close()
- Overrides:
- close in class FilterInputStream
public void bufferUpEverything()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4