Uses of Class
bdsup2sub.core.CoreException
Packages that use CoreException
Package
Description
-
Uses of CoreException in bdsup2sub.core
Methods in bdsup2sub.core that throw CoreExceptionModifier and TypeMethodDescriptionstatic voidCore.convertSup(int index, int displayNum, int displayMax) Convert source subpicture image to target subpicture image.private static voidCore.convertSup(int index, int displayNum, int displayMax, boolean skipScaling) Convert source subpicture image to target subpicture image.static BufferedImageCore.getSrcImage(int idx) Get source image as BufferedImage.static voidCore.moveAllToBounds()Move all subpictures into or outside given bounds.private static voidCore.readDVDSubstream(String fname, boolean isVobSub) Read VobSub or SUP/IFO.static voidRead BD-SUP or HD-DVD-SUP.static voidCore.readSupIfo(String fname) Read SUP/IFO.static voidCore.readVobSub(String fname) Read VobSub.static voidRead Sony BDN XML file.private static voidCore.writePGCEditPal(String fname, Palette p) Create PGCEdit palette file from given Palette.static voidCreate BD-SUP or VobSub or Xml. -
Uses of CoreException in bdsup2sub.supstream
Methods in bdsup2sub.supstream that throw CoreException -
Uses of CoreException in bdsup2sub.supstream.bd
Methods in bdsup2sub.supstream.bd that throw CoreExceptionModifier and TypeMethodDescriptionvoidSupBD.decode(int index) private voidSupBD.decode(SubPictureBD pic) decode given pictureprivate BitmapSupBD.decodeImage(SubPictureBD subPictureBD, int transparentColorIndex) Decode caption from the input stream.private PaletteSupBD.decodePalette(SubPictureBD pic) decode palette from the input streamprivate voidSupBDParser.parse()private SupBDParser.PCSSegmentSupBDParser.readPCSSegment(int offset) Constructors in bdsup2sub.supstream.bd that throw CoreException -
Uses of CoreException in bdsup2sub.supstream.bdnxml
Methods in bdsup2sub.supstream.bdnxml that throw CoreExceptionModifier and TypeMethodDescriptionvoidSupXml.decode(int index) static voidSupXml.writeXml(String fname, SortedMap<Integer, SubPicture> pics) Create Xml fileConstructors in bdsup2sub.supstream.bdnxml that throw CoreException -
Uses of CoreException in bdsup2sub.supstream.dvd
Methods in bdsup2sub.supstream.dvd that throw CoreExceptionModifier and TypeMethodDescriptionvoidSubDvd.decode(int index) private voidSubDvd.decode(SubPictureDVD pic) voidSupDvd.decode(int index) private voidSupDvd.decode(SubPictureDVD pic) static BitmapSupDvdUtil.decodeImage(SubPictureDVD pic, FileBuffer fBuf, int transIdx) decode caption from the input streamprivate voidIfoParser.processIFO()private voidprivate voidSubDvd.readSubFrame(SubPictureDVD pic, long endOfs, FileBuffer buffer) Read one frame from SUB fileprivate voidSupDvd.readSupFile(String supFile) private longSupDvd.readSupFrame(long offset, FileBuffer buffer) private voidIfoParser.validateIfoHeader()static voidSubDvdWriter.writeIdx(String fname, SubPicture pic, int[] offsets, int[] timestamps, Palette palette) Create VobSub IDX filestatic voidConstructors in bdsup2sub.supstream.dvd that throw CoreException -
Uses of CoreException in bdsup2sub.supstream.hd
Methods in bdsup2sub.supstream.hd that throw CoreExceptionModifier and TypeMethodDescriptionvoidSupHD.decode(int index) private voidSupHD.decode(SubPictureHD pic) decode given pictureprivate BitmapSupHD.decodeImage(SubPictureHD pic, int transIdx) decode caption from the input streamprivate PaletteSupHD.decodePalette(SubPictureHD pic) decode palette from the input streamConstructors in bdsup2sub.supstream.hd that throw CoreException