| Modifier and Type | Field and Description |
|---|---|
static Object |
BOOLEAN_VALUE |
static Object |
END_DOCUMENT |
static Object |
END_LIST |
static Object |
END_OBJECT |
static Object |
END_RELATION |
static Object |
END_SET |
static Object |
ENUM_TAG |
static Object |
NULL_VALUE |
static Object |
NUMERIC_VALUE |
static Object |
START_ATTRIBUTE |
static Object |
START_DEFINITION |
static Object |
START_DOCUMENT |
static Object |
START_LIST |
static Object |
START_RELATION |
static Object |
START_SET |
static Object |
TEXT_VALUE |
static Object |
UNKNOWN |
| Constructor and Description |
|---|
OsnIterator(File directory,
String fileName) |
OsnIterator(String fileName,
InputStream in) |
OsnIterator(ZipFile zipFile,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Boolean |
getBooleanValue() |
double |
getDoubleValue() |
Object |
getEventType() |
float |
getFloatValue() |
int |
getIntegerValue() |
String |
getPathValue() |
String |
getStringValue() |
Object |
getValue() |
boolean |
hasNext() |
Object |
next() |
Boolean |
nextBooleanAttribute(String name) |
Boolean |
nextBooleanValue() |
double |
nextDoubleAttribute(String name) |
double |
nextDoubleValue() |
void |
nextEndObject() |
String |
nextFieldName() |
int |
nextIntValue() |
String |
nextObjectName() |
String |
nextStringAttribute(String name) |
String |
nextStringValue() |
Object |
nextValue() |
void |
remove() |
int |
skipWhitespace() |
void |
throwParseError(String message) |
String |
toString() |
public static final Object BOOLEAN_VALUE
public static final Object END_DOCUMENT
public static final Object END_LIST
public static final Object END_OBJECT
public static final Object END_RELATION
public static final Object END_SET
public static final Object ENUM_TAG
public static final Object NULL_VALUE
public static final Object NUMERIC_VALUE
public static final Object START_ATTRIBUTE
public static final Object START_DEFINITION
public static final Object START_DOCUMENT
public static final Object START_LIST
public static final Object START_RELATION
public static final Object START_SET
public static final Object TEXT_VALUE
public static final Object UNKNOWN
public OsnIterator(File directory, String fileName) throws IOException
IOExceptionpublic OsnIterator(String fileName, InputStream in) throws IOException
IOExceptionpublic OsnIterator(ZipFile zipFile, String fileName) throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionpublic Boolean getBooleanValue()
public double getDoubleValue()
public Object getEventType()
public float getFloatValue()
public int getIntegerValue()
public String getPathValue()
public String getStringValue()
public Object getValue()
public Boolean nextBooleanValue()
public double nextDoubleAttribute(String name)
public double nextDoubleValue()
public void nextEndObject()
public String nextFieldName()
public int nextIntValue()
public String nextObjectName()
public String nextStringValue()
public Object nextValue()
public int skipWhitespace()
public void throwParseError(String message)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.