org.utgenome.format
Class ObjectStreamReader

java.lang.Object
  extended by org.utgenome.format.ObjectStreamReader

public class ObjectStreamReader
extends Object

Text Format -> Object -> Iterator

Author:
leo

Nested Class Summary
static interface ObjectStreamReader.TextFormatToObjectMapper
           
 class ObjectStreamReader.TextReader
           
 
Constructor Summary
ObjectStreamReader(Reader in, ObjectStreamReader.TextFormatToObjectMapper mapper)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStreamReader

public ObjectStreamReader(Reader in,
                          ObjectStreamReader.TextFormatToObjectMapper mapper)
Method Detail

hasNext

public boolean hasNext()
                throws IOException
Throws:
IOException

next

public Object next()
            throws IOException
Throws:
IOException


Copyright © 2007-2012 utgenome.org. All Rights Reserved.