public class StreamSplitter extends Object
| Constructor and Description |
|---|
StreamSplitter(ByteFragment bf,
byte sep) |
StreamSplitter(InputStream delegate,
byte sep) |
StreamSplitter(InputStream delegate,
byte sep,
int buflen) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isClosed() |
void |
mark() |
ByteFragment |
next() |
protected int |
readFromStream() |
void |
reset() |
String |
toString() |
public StreamSplitter(ByteFragment bf, byte sep)
public StreamSplitter(InputStream delegate, byte sep, int buflen)
public StreamSplitter(InputStream delegate, byte sep)
public ByteFragment next() throws IOException
IOExceptionprotected int readFromStream()
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic boolean isClosed()
throws IOException
IOExceptionpublic void mark()
public void reset()
Copyright © 2020. All rights reserved.