|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rheise.jftpd.Representation | +--rheise.jftpd.AsciiRepresentation
This class converts data streams to and from ASCII representation. New lines are represented as "\r\n".
Fields inherited from class rheise.jftpd.Representation |
ASCII,
code,
IMAGE,
name,
representations |
Constructor Summary | |
(package private) |
AsciiRepresentation()
|
Method Summary | |
java.io.InputStream |
getInputStream(java.net.Socket socket)
|
java.io.OutputStream |
getOutputStream(java.net.Socket socket)
|
long |
sizeOf(java.io.File file)
|
Methods inherited from class rheise.jftpd.Representation |
get,
getCode,
getName |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
AsciiRepresentation()
Method Detail |
public java.io.InputStream getInputStream(java.net.Socket socket) throws java.io.IOException
public java.io.OutputStream getOutputStream(java.net.Socket socket) throws java.io.IOException
public long sizeOf(java.io.File file) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |