|
Crossfire JXClient, Trunk
|


Public Member Functions | |
| long | length () |
| void | prepare () throws IOException |
| void | release () throws IOException |
| boolean | send (ChannelIO cio) throws IOException |
| String | type () |
Package Functions | |
| FileContent (URI uri) | |
Private Attributes | |
| FileChannel | fc = null |
| File | fn |
| long | length = -1 |
| long | position = -1 |
| String | type = null |
Static Private Attributes | |
| static File | ROOT = new File("root") |
A Content type that provides for transferring files.
Definition at line 52 of file FileContent.java.
|
package |
Definition at line 58 of file FileContent.java.
| long FileContent.length | ( | ) |
| void FileContent.prepare | ( | ) | throws IOException |
| void FileContent.release | ( | ) | throws IOException |
| boolean FileContent.send | ( | ChannelIO | cio | ) | throws IOException |
| String FileContent.type | ( | ) |
|
private |
Definition at line 80 of file FileContent.java.
|
private |
Definition at line 56 of file FileContent.java.
Referenced by FileContent(), prepare(), and type().
|
private |
Definition at line 81 of file FileContent.java.
|
private |
Definition at line 82 of file FileContent.java.
|
staticprivate |
Definition at line 54 of file FileContent.java.
Referenced by FileContent().
|
private |
Definition at line 65 of file FileContent.java.
Referenced by type().
1.8.17