com.darwinsys.io
Class StreamDumpGetter

java.lang.Object
  extended by com.darwinsys.io.StreamDumpGetter
All Implemented Interfaces:
DumpGetter

public class StreamDumpGetter
extends java.lang.Object
implements DumpGetter

A DumpGetter that reads from a file.


Constructor Summary
StreamDumpGetter(java.io.InputStream ois)
           
 
Method Summary
 void close()
           
 int get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamDumpGetter

public StreamDumpGetter(java.io.InputStream ois)
                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

get

public int get()
        throws java.io.IOException
Specified by:
get in interface DumpGetter
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.