public class SimpleInputStream extends TlvInputStream
InputStream returning SimpleElement TLV objects.| Constructor and Description |
|---|
SimpleInputStream(byte[] data,
int offset,
int length) |
SimpleInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
TlvElement |
readElement()
The next available
TlvElement or null if none available. |
available, close, mark, markSupported, read, read, read, reset, skippublic SimpleInputStream(byte[] data,
int offset,
int length)
public SimpleInputStream(InputStream in)
public TlvElement readElement() throws IOException
TlvInputStreamTlvElement or null if none available.readElement in class TlvInputStreamTlvElement or null if none available.IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.