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() |
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
IOException
protected int readFromStream() throws IOException
IOException
public void close() throws IOException
IOException
public void mark()
public void reset()
Copyright © 2018. All rights reserved.