Interface FileInformation.Decoder<F extends FileInformation>
-
- All Known Subinterfaces:
FileInformation.Codec<F>
- Enclosing interface:
- FileInformation
public static interface FileInformation.Decoder<F extends FileInformation>
-
-
Method Summary
Modifier and Type Method Description FileInformationClassgetInformationClass()Fread(Buffer<?> inputBuffer)
-
-
-
Method Detail
-
getInformationClass
FileInformationClass getInformationClass()
-
read
F read(Buffer<?> inputBuffer) throws Buffer.BufferException
- Throws:
Buffer.BufferException
-
-