Uses of Class
org.apache.ftpserver.ftplet.DataType

Uses of DataType in org.apache.ftpserver.ftplet
 

Fields in org.apache.ftpserver.ftplet declared as DataType
static DataType DataType.ASCII
          ASCII data type
static DataType DataType.BINARY
          Binary data type
 

Methods in org.apache.ftpserver.ftplet that return DataType
 DataType FtpSession.getDataType()
          Get the data type.
static DataType DataType.parseArgument(char argument)
          Parses the argument value from the TYPE command into the type safe class
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.