kz.gamma.cms
Class CMSTypedStream.FullReaderStream

java.lang.Object
  extended by java.io.InputStream
      extended by kz.gamma.cms.CMSTypedStream.FullReaderStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
CMSTypedStream

private class CMSTypedStream.FullReaderStream
extends java.io.InputStream


Field Summary
(package private)  java.io.InputStream _stream
           
 
Constructor Summary
CMSTypedStream.FullReaderStream(java.io.InputStream in, int bufSize)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] buf, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_stream

java.io.InputStream _stream
Constructor Detail

CMSTypedStream.FullReaderStream

CMSTypedStream.FullReaderStream(java.io.InputStream in,
                                int bufSize)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] buf,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.