Class AMFObjChunk


  • public class AMFObjChunk
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] buffer  
      int len  
      int offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      AMFObjChunk​(byte[] buffer, int offset, int len)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • buffer

        public byte[] buffer
      • offset

        public int offset
      • len

        public int len
    • Constructor Detail

      • AMFObjChunk

        public AMFObjChunk​(byte[] buffer,
                           int offset,
                           int len)