de.intarsys.tools.tlv.common
Class SimpleInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
de.intarsys.tools.tlv.common.TlvInputStream
de.intarsys.tools.tlv.common.SimpleInputStream
- All Implemented Interfaces:
- Closeable
public class SimpleInputStream
- extends TlvInputStream
An InputStream returning SimpleElement TLV objects.
SimpleInputStream
public SimpleInputStream(byte[] data,
int offset,
int length)
SimpleInputStream
public SimpleInputStream(InputStream in)
readElement
public TlvElement readElement()
throws IOException
- Description copied from class:
TlvInputStream
- The next available
TlvElement or null if none available.
- Specified by:
readElement in class TlvInputStream
- Returns:
- The next available
TlvElement or null if none available.
- Throws:
IOException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.