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 void
Core.convertSup
(int index, int displayNum, int displayMax) Convert source subpicture image to target subpicture image.private static void
Core.convertSup
(int index, int displayNum, int displayMax, boolean skipScaling) Convert source subpicture image to target subpicture image.static BufferedImage
Core.getSrcImage
(int idx) Get source image as BufferedImage.static void
Core.moveAllToBounds()
Move all subpictures into or outside given bounds.private static void
Core.readDVDSubstream
(String fname, boolean isVobSub) Read VobSub or SUP/IFO.static void
Read BD-SUP or HD-DVD-SUP.static void
Core.readSupIfo
(String fname) Read SUP/IFO.static void
Core.readVobSub
(String fname) Read VobSub.static void
Read Sony BDN XML file.private static void
Core.writePGCEditPal
(String fname, Palette p) Create PGCEdit palette file from given Palette.static void
Create 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 TypeMethodDescriptionvoid
SupBD.decode
(int index) private void
SupBD.decode
(SubPictureBD pic) decode given pictureprivate Bitmap
SupBD.decodeImage
(SubPictureBD subPictureBD, int transparentColorIndex) Decode caption from the input stream.private Palette
SupBD.decodePalette
(SubPictureBD pic) decode palette from the input streamprivate void
SupBDParser.parse()
private SupBDParser.PCSSegment
SupBDParser.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 TypeMethodDescriptionvoid
SupXml.decode
(int index) static void
SupXml.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 TypeMethodDescriptionvoid
SubDvd.decode
(int index) private void
SubDvd.decode
(SubPictureDVD pic) void
SupDvd.decode
(int index) private void
SupDvd.decode
(SubPictureDVD pic) static Bitmap
SupDvdUtil.decodeImage
(SubPictureDVD pic, FileBuffer fBuf, int transIdx) decode caption from the input streamprivate void
IfoParser.processIFO()
private void
private void
SubDvd.readSubFrame
(SubPictureDVD pic, long endOfs, FileBuffer buffer) Read one frame from SUB fileprivate void
SupDvd.readSupFile
(String supFile) private long
SupDvd.readSupFrame
(long offset, FileBuffer buffer) private void
IfoParser.validateIfoHeader()
static void
SubDvdWriter.writeIdx
(String fname, SubPicture pic, int[] offsets, int[] timestamps, Palette palette) Create VobSub IDX filestatic void
Constructors in bdsup2sub.supstream.dvd that throw CoreException -
Uses of CoreException in bdsup2sub.supstream.hd
Methods in bdsup2sub.supstream.hd that throw CoreExceptionModifier and TypeMethodDescriptionvoid
SupHD.decode
(int index) private void
SupHD.decode
(SubPictureHD pic) decode given pictureprivate Bitmap
SupHD.decodeImage
(SubPictureHD pic, int transIdx) decode caption from the input streamprivate Palette
SupHD.decodePalette
(SubPictureHD pic) decode palette from the input streamConstructors in bdsup2sub.supstream.hd that throw CoreException