Class IeFileSegment


  • public class IeFileSegment
    extends InformationElement
    Represents the segment of a file as transferred by ASDUs of type F_SG_NA_1 (125).
    • Constructor Summary

      Constructors 
      Constructor Description
      IeFileSegment​(byte[] segment, int offset, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getSegment()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • IeFileSegment

        public IeFileSegment​(byte[] segment,
                             int offset,
                             int length)
    • Method Detail

      • getSegment

        public byte[] getSegment()