Class IncompleteCacheObject


  • public class IncompleteCacheObject
    extends IncompleteObject<CacheObject>
    Cache object container that accumulates partial binary data unless all of them ready.
    • Field Detail

      • HEAD_LEN

        public static final int HEAD_LEN
        4 bytes - cache object length, 1 byte - type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IncompleteCacheObject

        public IncompleteCacheObject​(ByteBuffer buf)
        Parameters:
        buf - Byte buffer.