Package org.aoju.bus.image.galaxy.data
Class BulkData
java.lang.Object
org.aoju.bus.image.galaxy.data.BulkData
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintcalcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) static ValuebooleanintgetEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr) getFile()longgetURI()getUUID()inthashCode()booleanisEmpty()intlength()longlongoffset()voidvoidsetLength(long longLength) voidsetOffset(long offset) voidbyte[]toString()voidwriteTo(ImageOutputStream out, VR vr)
-
Constructor Details
-
BulkData
-
BulkData
-
-
Method Details
-
deserializeFrom
- Throws:
IOException
-
getUUID
-
getURI
-
setURI
-
bigEndian
public boolean bigEndian() -
length
public int length() -
offset
public long offset() -
isEmpty
-
toString
-
getFile
-
uriWithoutOffsetAndLength
-
openStream
- Throws:
IOException
-
calcLength
- Specified by:
calcLengthin interfaceValue
-
getEncodedLength
- Specified by:
getEncodedLengthin interfaceValue
-
toBytes
- Specified by:
toBytesin interfaceValue- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceValue- Throws:
IOException
-
serializeTo
- Throws:
IOException
-
equals
-
hashCode
-
getSegmentEnd
public long getSegmentEnd() -
longLength
public long longLength() -
setOffset
public void setOffset(long offset) -
setLength
public void setLength(long longLength)
-