Package de.gsi.dataset.utils
Class DataSetUtils.SplitCharByteInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- DataSetUtils
protected static class DataSetUtils.SplitCharByteInputStream extends java.io.FilterInputStream
-
-
Field Summary
Fields Modifier and Type Field Description protected static byteMARKER
-
Constructor Summary
Constructors Constructor Description SplitCharByteInputStream(java.io.PushbackInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanreachedSplit()intread()intread(byte[] b)intread(byte[] b, int off, int len)voidswitchToBinary()-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, reset, skip
-
-
-
-
Field Detail
-
MARKER
protected static final byte MARKER
- See Also:
- Constant Field Values
-
-
Method Detail
-
reachedSplit
public boolean reachedSplit()
-
read
public int read() throws java.io.IOException- Overrides:
readin classjava.io.FilterInputStream- Throws:
java.io.IOException
-
read
public int read(byte[] b) throws java.io.IOException- Overrides:
readin classjava.io.FilterInputStream- Throws:
java.io.IOException
-
read
public int read(byte[] b, int off, int len) throws java.io.IOException- Overrides:
readin classjava.io.FilterInputStream- Throws:
java.io.IOException
-
switchToBinary
public void switchToBinary()
-
-