Class PacInfoBuffer


  • public class PacInfoBuffer
    extends Object
    A class representing the PAC_INFO_BUFFER structure from MS-PAC.
    • Constructor Detail

      • PacInfoBuffer

        public PacInfoBuffer​(long type,
                             long bufferSize,
                             BigInteger offset,
                             byte[] data)
        Constructs a PAC info buffer.
    • Method Detail

      • getType

        public long getType()
      • getBufferSize

        public long getBufferSize()
      • getData

        public byte[] getData()