public abstract class TlvInputStream extends FilterInputStream
InputStream returning TlvElement instances.| Constructor and Description |
|---|
TlvInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
abstract TlvElement |
readElement()
The next available
TlvElement or null if none available. |
available, close, mark, markSupported, read, read, read, reset, skippublic TlvInputStream(InputStream in)
public abstract TlvElement readElement() throws IOException
TlvElement or null if none available.TlvElement or null if none available.IOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.