uk.ac.rdg.resc.jstyx.client
Class CStyxFileInputStreamReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by uk.ac.rdg.resc.jstyx.client.CStyxFileInputStreamReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class CStyxFileInputStreamReader
extends java.io.InputStreamReader

Convenience class for reading character data from a Styx input stream. Simply makes sure that UTF-8 encoding is used when reading from the stream

Author:
Jon Blower $Revision: 377 $ $Date: 2005-08-31 18:03:19 +0100 (Wed, 31 Aug 2005) $ $Log$ Revision 1.1 2005/08/31 17:03:18 jonblower Renamed "StyxFile*putStream*" to "CStyxFile*putStream*" for consistency with CStyxFile class Revision 1.2 2005/03/02 08:08:54 jonblower Changed constructor to accept any InputStream Revision 1.1.1.1 2005/02/16 18:58:19 jonblower Initial import

Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
CStyxFileInputStreamReader(java.io.InputStream in)
          Creates a new instance of StyxFileReader
 
Method Summary
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CStyxFileInputStreamReader

public CStyxFileInputStreamReader(java.io.InputStream in)
Creates a new instance of StyxFileReader



Copyright © 2004-2006 Reading e-Science Centre. All Rights Reserved.