Package | Description |
---|---|
org.cip4.jdflib.util |
Modifier and Type | Class and Description |
---|---|
static class |
ByteArrayIOFileStream.ByteArrayIOFileInputStream
bytearrayinputstream that allows duplication without copying
|
class |
SkipInputStream
stream class that allows allows skipping until a certain tag is found
|
Modifier and Type | Method and Description |
---|---|
static ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOStream.getBufferedInputStream(InputStream is)
get a completely buffered and resizable input stream
|
static ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOFileStream.getBufferedInputStream(InputStream is,
long maxLen)
get a completely buffered and resizable input stream
|
ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOStream.getInputStream()
gets an input stream based on the current byte contents - note this operates on the internal data
|
ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOFileStream.getInputStream()
gets an input stream based on the current byte contents - note this operates on the internal data
|
ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOStream.ByteArrayIOInputStream.getNewStream()
get a new input stream that starts at pos
|
ByteArrayIOStream.ByteArrayIOInputStream |
ByteArrayIOFileStream.ByteArrayIOFileInputStream.getNewStream()
get a new input stream that starts at current pos
|
Copyright © 2018. All rights reserved.