![]() |
All Packages This Package Class Hierarchy Class Search Index Class calypso.util.ByteLineBufferjava.lang.Object | +----calypso.util.ByteLineBuffer This class is stores data in a private ByteBuf appending new data as needed, and returning line separated data.
public class ByteLineBuffer
extends java.lang.Object
{
// Fields 5
private static final boolean DEBUG;
private ByteBuf buffer;
private boolean buffer_full;
private ByteBuf inputeol;
private ByteBuf outputeol;
// Constructors 1
public ByteLineBuffer();
// Methods 5
public boolean pullLine(ByteBuf);
public void pushBytes(ByteBuf);
public void pushEOF();
public void setInputEOL(ByteBuf);
public void setOutputEOL(ByteBuf);
}
Fields DEBUGprivate static final boolean DEBUG buffer_fullprivate boolean buffer_full bufferprivate ByteBuf buffer outputeolprivate ByteBuf outputeol inputeolprivate ByteBuf inputeol
Constructors ByteLineBufferpublic ByteLineBuffer()
Methods pushBytespublic void pushBytes(ByteBuf buf)
pushEOFpublic void pushEOF()
setInputEOLpublic void setInputEOL(ByteBuf buf)
setOutputEOLpublic void setOutputEOL(ByteBuf buf)
pullLinepublic boolean pullLine(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. |
|||||||||||||