|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Encoder
Interface that defines an Encoder
Method Summary | |
---|---|
java.lang.String |
encode(java.io.File f,
int part,
int size)
Encode part of the file into the appropriate encoding. |
Method Detail |
---|
java.lang.String encode(java.io.File f, int part, int size)
Between (part-1)*size
and part*size
or File.length()
is what will be encoded and returned
f
- File, the file to partially encodepart
- int, the part of the file to encode starting at 1size
- int, The block size of the parts.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |