| java.lang.Object org.apache.portals.gems.flash.SWFHeader
SWFHeader | public class SWFHeader (Code) | | author: brooks |
SWFHeader | public SWFHeader()(Code) | | |
convertPixelsToTwips | public int convertPixelsToTwips(int pixels)(Code) | | |
convertTwipsToPixels | public int convertTwipsToPixels(int twips)(Code) | | |
dumpHeaderToStdOut | public void dumpHeaderToStdOut()(Code) | | |
getCompressionType | public String getCompressionType()(Code) | | the compressionType |
getFrameCount | public int getFrameCount()(Code) | | the frameCount |
getFrameRate | public int getFrameRate()(Code) | | the frameRate |
getHeight | public int getHeight()(Code) | | the height |
getNbits | public int getNbits()(Code) | | the nbits |
getSignature | public String getSignature()(Code) | | the signature |
getSize | public long getSize()(Code) | | the size |
getVersion | public int getVersion()(Code) | | the version |
getWidth | public int getWidth()(Code) | | the width |
getXmax | public int getXmax()(Code) | | the xmax |
getYmax | public int getYmax()(Code) | | the ymax |
isCompressed | public boolean isCompressed(int firstByte)(Code) | | |
isCompressed | public boolean isCompressed()(Code) | | |
isSWF | public boolean isSWF(byte[] signature)(Code) | | |
main | public static void main(String[] args)(Code) | | Parameters: args - |
parseHeader | public boolean parseHeader(String fileName)(Code) | | |
parseHeader | public boolean parseHeader(File file)(Code) | | |
read | public void read(byte[] output, byte[] input, int offset)(Code) | | |
readPackedBits | public PackedBitObj readPackedBits(byte[] bytes, int byteMarker, int bitMarker, int length)(Code) | | |
readSize | public int readSize(byte[] bytes)(Code) | | |
strip | public byte[] strip(byte[] bytes)(Code) | | |
|
|