| Constructor and Description |
|---|
BulkData(String uri,
long offset,
int length,
boolean bigEndian) |
BulkData(String uuid,
String uri,
boolean bigEndian) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bigEndian() |
int |
calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
static Value |
deserializeFrom(ObjectInputStream ois) |
boolean |
equals(Object obj) |
int |
getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
File |
getFile() |
long |
getSegmentEnd() |
String |
getURI() |
String |
getUUID() |
int |
hashCode() |
boolean |
isEmpty() |
int |
length() |
long |
longLength() |
long |
offset() |
InputStream |
openStream() |
void |
serializeTo(ObjectOutputStream oos) |
void |
setLength(long longLength) |
void |
setOffset(long offset) |
void |
setURI(String uri) |
byte[] |
toBytes(VR vr,
boolean bigEndian) |
String |
toString() |
String |
uriWithoutOffsetAndLength() |
void |
writeTo(ImageOutputStream out,
VR vr) |
public BulkData(String uri, long offset, int length, boolean bigEndian)
public static Value deserializeFrom(ObjectInputStream ois) throws IOException
IOExceptionpublic String getUUID()
public String getURI()
public void setURI(String uri)
public boolean bigEndian()
public int length()
public long offset()
public File getFile()
public String uriWithoutOffsetAndLength()
public InputStream openStream() throws IOException
IOExceptionpublic int calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
calcLength in interface Valuepublic int getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
getEncodedLength in interface Valuepublic byte[] toBytes(VR vr, boolean bigEndian) throws IOException
toBytes in interface ValueIOExceptionpublic void writeTo(ImageOutputStream out, VR vr) throws IOException
writeTo in interface ValueIOExceptionpublic void serializeTo(ObjectOutputStream oos) throws IOException
IOExceptionpublic long getSegmentEnd()
public long longLength()
public void setOffset(long offset)
public void setLength(long longLength)
Copyright © 2021. All rights reserved.