protected static class DataSetUtils.SplitCharByteInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected static byte |
MARKER |
in| Constructor and Description |
|---|
SplitCharByteInputStream(PushbackInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
reachedSplit() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
switchToBinary() |
available, close, mark, markSupported, reset, skipprotected static final byte MARKER
public SplitCharByteInputStream(PushbackInputStream in)
public boolean reachedSplit()
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic void switchToBinary()
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.