public class DotTerminatedInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
DotTerminatedInputStream(java.io.InputStream in)
A constructor for this object that takes a stream to be wrapped and a
terminating character sequence.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
public DotTerminatedInputStream(java.io.InputStream in)
in - the InputStream to be wrappedjava.lang.IllegalArgumentException - if the terminator array is null or emptyCopyright © 2006-2013. All Rights Reserved.