org.infinispan.schematic.internal.document
Class BsonReader.Reader
java.lang.Object
org.infinispan.schematic.internal.document.BsonReader.Reader
- Enclosing class:
- BsonReader
protected static class BsonReader.Reader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BsonReader.Reader
protected BsonReader.Reader(BsonDataInput data,
DocumentValueFactory valueFactory)
startDocument
protected void startDocument()
throws IOException
- Throws:
IOException
readDocument
protected MutableDocument readDocument(boolean array)
throws IOException
- Throws:
IOException
readElement
protected void readElement(byte type,
MutableDocument bson)
throws IOException
- Throws:
IOException
readCString
protected String readCString()
throws IOException
- Throws:
IOException
readString
protected String readString()
throws IOException
- Throws:
IOException
endDocument
protected Document endDocument()
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.