Interface MpegVersionedSectionHandler
-
public interface MpegVersionedSectionHandlerHandles one MPEG section which has version info
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(MpegVersionedSectionInfo child)
-
-
-
Method Detail
-
handle
void handle(MpegVersionedSectionInfo child) throws java.io.IOException
- Parameters:
child- The versioned section- Throws:
java.io.IOException- On read error
-
-