|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileFilter
A file filter taks a buffer of bytes and filters or converts the bytes into another format. An example would be to filter Apple text by removing the high bit from each byte and stripping out all $00 values, as that signified either the end of a file or filler space.
Date created: Nov 2, 2002 9:02:47 PM
Method Summary | |
---|---|
byte[] |
filter(FileEntry fileEntry)
Process the given FileEntry and return a byte array with filtered data. |
java.lang.String |
getSuggestedFileName(FileEntry fileEntry)
Give suggested file name. |
Method Detail |
---|
byte[] filter(FileEntry fileEntry)
java.lang.String getSuggestedFileName(FileEntry fileEntry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |