public class ResourceParser extends Object
| Constructor and Description |
|---|
ResourceParser() |
public static Bitmap readBitmap(IDataReader dr) throws IOException
IOExceptionpublic static BitmapFileHeader readBitmapFileHeader(IDataReader dr) throws IOException
IOExceptionpublic static BitmapInfoHeader readBitmapInfoHeader(IDataReader dr) throws IOException
IOExceptionpublic static FixedFileInfo readFixedFileInfo(IDataReader dr) throws IOException
IOExceptionpublic static IconImage readIconImage(IDataReader dr, int bytesInRes) throws IOException
IOExceptionpublic static IconImage readPNG(byte[] data)
public static VersionInfo readVersionInfo(byte[] data) throws IOException
IOExceptionpublic static VersionInfo readVersionInfo(IDataReader dr) throws IOException
IOExceptionpublic static VarFileInfo readVarFileInfo(IDataReader dr, int initialPos, int length, int valueLength, int type, String key, int padding) throws IOException
IOExceptionpublic static VarFileInfo readVarFileInfo(IDataReader dr) throws IOException
IOExceptionpublic static StringTable readStringTable(IDataReader dr) throws IOException
IOExceptionpublic static StringPair readStringPair(IDataReader dr) throws IOException
IOExceptionpublic static Manifest readManifest(IDataReader dr, int length) throws IOException
IOExceptionpublic static RGBQuad readRGB(IDataReader dr) throws IOException
IOExceptionpublic static StringFileInfo readStringFileInfo(IDataReader dr, int initialPos, int length, int valueLength, int type, String key, int padding) throws IOException
IOExceptionpublic static StringFileInfo readStringFileInfo(IDataReader dr) throws IOException
IOExceptionpublic static IconDirectoryEntry readIconDirectoryEntry(IDataReader dr) throws IOException
IOExceptionpublic static IconDirectory readIconDirectory(IDataReader dr) throws IOException
IOExceptionCopyright © 2018. All Rights Reserved.