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 intSupBDParser.getCompositionNumber(SupBDParser.PCSSegment segment) private PGSCompositionStateSupBDParser.getCompositionState(SupBDParser.PCSSegment segment) private booleanSupBDParser.getPaletteUpdateFlag(SupBDParser.PCSSegment segment) Retrieve palette (only) update flag from PCS segmentprivate booleanSupBDParser.parseODS(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private voidSupBDParser.parsePCS(SupBDParser.PCSSegment segment, SubPictureBD subPictureBD, StringBuffer message) parse an PCS packet which contains width/height infoprivate intSupBDParser.parsePDS(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD, StringBuffer message) private voidSupBDParser.parseWDS(SupBDParser.PCSSegment pcsSegment, SubPictureBD subPictureBD) private SupBDParser.PCSSegmentSupBDParser.readPCSSegment(int offset) -
Uses of FileBufferException in bdsup2sub.supstream.dvd
Methods in bdsup2sub.supstream.dvd that throw FileBufferExceptionModifier and TypeMethodDescriptionprivate voidIfoParser.readFirstLanguageIndex()private voidIfoParser.readFirstPalette()private voidIfoParser.readVideoAttributes()private voidIfoParser.validateIfoHeader() -
Uses of FileBufferException in bdsup2sub.tools
Methods in bdsup2sub.tools that throw FileBufferExceptionModifier and TypeMethodDescriptionintFileBuffer.getByte(long offset) Read one byte from the buffer.voidFileBuffer.getBytes(long ofs, byte[] b, int len) Read multiple bytes from the buffer.intFileBuffer.getDWord(long offset) Read one (big endian) 32bit dword from the buffer.intFileBuffer.getDWordLE(long offset) Read one (little endian) 32bit dword from the buffer.intFileBuffer.getWord(long offset) Read one (big endian) 16bit word from the buffer.intFileBuffer.getWordLE(long offset) Read one (little endian) 16bit word from the buffer.private voidFileBuffer.readBuffer(long offset) Move offset, read file to memory buffer.Constructors in bdsup2sub.tools that throw FileBufferException