![]() |
All Packages This Package Class Hierarchy Class Search Index Class calypso.util.LineBufferingInputStreamjava.lang.Object | +----java.io.InputStream | +----java.io.FilterInputStream | +----calypso.util.LineBufferingInputStream
public class LineBufferingInputStream
extends java.io.FilterInputStream
{
// Fields 7
private static final int CAPACITY;
private static final boolean DEBUG;
ByteBuf curline;
boolean eof;
ByteBuf inbuf;
ByteLineBuffer linebuf;
byte[] singlebyte;
// Constructors 1
public LineBufferingInputStream(InputStream);
// Methods 8
public void close() throws IOException;
public boolean markSupported();
public int read() throws IOException;
public int read(byte[]) throws IOException;
public int read(byte[], int, int) throws IOException;
public void setInputEOL(ByteBuf);
public void setOutputEOL(ByteBuf);
public long skip(long);
}
Fields DEBUGprivate static final boolean DEBUG CAPACITYprivate static final int CAPACITY curlineByteBuf curline inbufByteBuf inbuf linebufByteLineBuffer linebuf eofboolean eof singlebytebyte[] singlebyte
Constructors LineBufferingInputStreampublic LineBufferingInputStream(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() throws IOException
setInputEOLpublic void setInputEOL(ByteBuf buf)
setOutputEOLpublic void setOutputEOL(ByteBuf buf)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|||||
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|||||