Class Decoder


  • public class Decoder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Decoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean Code​(java.io.InputStream inStream, java.io.OutputStream outStream, long outSize)  
      boolean SetDecoderProperties​(byte[] properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Decoder

        public Decoder()
    • Method Detail

      • Code

        public boolean Code​(java.io.InputStream inStream,
                            java.io.OutputStream outStream,
                            long outSize)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • SetDecoderProperties

        public boolean SetDecoderProperties​(byte[] properties)