org.utgenome.format
Class ObjectStreamReader
java.lang.Object
org.utgenome.format.ObjectStreamReader
public class ObjectStreamReader
- extends Object
Text Format -> Object -> Iterator
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectStreamReader
public ObjectStreamReader(Reader in,
ObjectStreamReader.TextFormatToObjectMapper mapper)
hasNext
public boolean hasNext()
throws IOException
- Throws:
IOException
next
public Object next()
throws IOException
- Throws:
IOException
Copyright © 2007-2012 utgenome.org. All Rights Reserved.