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 FtpReader  view FtpReader download FtpReader.java

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended bycom.flexstor.common.io.xfile.ftp.FtpReader

public class FtpReader
extends java.io.BufferedReader


Field Summary
private  FtpSession m_client
           
 
Fields inherited from class java.io.BufferedReader
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
(package private) FtpReader(java.io.Reader in, FtpSession client)
           
 
Method Summary
 void close()
          This method closes the underlying stream and frees any associated resources.
 
Methods inherited from class java.io.BufferedReader
mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
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

FtpReader

FtpReader(java.io.Reader in,
          FtpSession client)
    throws java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Description copied from class: java.io.BufferedReader
This method closes the underlying stream and frees any associated resources.