public class StructuredFieldReader
extends java.lang.Object
Constructor and Description |
---|
StructuredFieldReader(java.io.InputStream inputStream)
The constructor for the StructuredFieldReader
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getNext(byte[] identifier)
Get the next structured field as identified by the identifer
parameter (this must be a valid MO:DCA structured field.
|
public StructuredFieldReader(java.io.InputStream inputStream)
inputStream
- the input stream to processpublic byte[] getNext(byte[] identifier) throws java.io.IOException
identifier
- the three byte identifierjava.io.IOException
- if an I/O exception occurredCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.