Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.io.xfile.ftp
Class FtpInputStream  view FtpInputStream download FtpInputStream.java

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byjava.io.BufferedInputStream
              extended bycom.flexstor.common.io.xfile.ftp.FtpInputStream
All Implemented Interfaces:
java.io.Closeable

public class FtpInputStream
extends java.io.BufferedInputStream


Field Summary
private  FtpSession m_client
           
 
Fields inherited from class java.io.BufferedInputStream
buf, count, marklimit, markpos, pos
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
FtpInputStream(java.io.InputStream in, FtpSession client)
           
 
Method Summary
 void close()
          This method closes the underlying input stream and frees any resources associated with it.
 
Methods inherited from class java.io.BufferedInputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_client

private FtpSession m_client
Constructor Detail

FtpInputStream

public FtpInputStream(java.io.InputStream in,
                      FtpSession client)
               throws java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Description copied from class: java.io.BufferedInputStream
This method closes the underlying input stream and frees any resources associated with it. Sets buf to null.