Package org.openmuc.j60870.ie
Class IeFileSegment
- java.lang.Object
-
- org.openmuc.j60870.ie.InformationElement
-
- org.openmuc.j60870.ie.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()
-
-
-
Method Detail
-
getSegment
public byte[] getSegment()
-
toString
public java.lang.String toString()
- Specified by:
toString
in classInformationElement
-
-