Uses of Class
bdsup2sub.tools.FileBufferException
Packages that use FileBufferException
-
Uses of FileBufferException in bdsup2sub.supstream.bd
Methods in bdsup2sub.supstream.bd that throw FileBufferExceptionModifier and TypeMethodDescriptionprivate int
SupBDParser.getCompositionNumber
(SupBDParser.PCSSegment segment) private PGSCompositionState
SupBDParser.getCompositionState
(SupBDParser.PCSSegment segment) private boolean
SupBDParser.getPaletteUpdateFlag
(SupBDParser.PCSSegment segment) Retrieve palette (only) update flag from PCS segmentprivate boolean
SupBDParser.parseODS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private void
SupBDParser.parsePCS
(SupBDParser.PCSSegment segment, SubPictureBD subPictureBD, StringBuffer message) parse an PCS packet which contains width/height infoprivate int
SupBDParser.parsePDS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private void
SupBDParser.parseWDS
(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD) private SupBDParser.PCSSegment
SupBDParser.readPCSSegment
(int offset) -
Uses of FileBufferException in bdsup2sub.supstream.dvd
Methods in bdsup2sub.supstream.dvd that throw FileBufferExceptionModifier and TypeMethodDescriptionprivate void
IfoParser.readFirstLanguageIndex()
private void
IfoParser.readFirstPalette()
private void
IfoParser.readVideoAttributes()
private void
IfoParser.validateIfoHeader()
-
Uses of FileBufferException in bdsup2sub.tools
Methods in bdsup2sub.tools that throw FileBufferExceptionModifier and TypeMethodDescriptionint
FileBuffer.getByte
(long offset) Read one byte from the buffer.void
FileBuffer.getBytes
(long ofs, byte[] b, int len) Read multiple bytes from the buffer.int
FileBuffer.getDWord
(long offset) Read one (big endian) 32bit dword from the buffer.int
FileBuffer.getDWordLE
(long offset) Read one (little endian) 32bit dword from the buffer.int
FileBuffer.getWord
(long offset) Read one (big endian) 16bit word from the buffer.int
FileBuffer.getWordLE
(long offset) Read one (little endian) 16bit word from the buffer.private void
FileBuffer.readBuffer
(long offset) Move offset, read file to memory buffer.Constructors in bdsup2sub.tools that throw FileBufferException