![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.DotTerminatedInputStreamjava.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 CAPACITYprivate static final int CAPACITY curlineByteBuf curline inbufByteBuf inbuf linebufByteLineBuffer linebuf eofboolean eof singlebytebyte[] singlebyte
Constructors DotTerminatedInputStreamDotTerminatedInputStream(InputStream s) Methods read
public int read(byte[] buf,
int start,
int length) throws IOException
readpublic int read(byte[] buf) throws IOException
readpublic int read() throws IOException
skippublic long skip(long n)
markSupportedpublic boolean markSupported()
closepublic void close()
bufferUpEverythingpublic void bufferUpEverything() All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|