public class Fragments extends ArrayList<Object> implements Value
modCount| Constructor and Description |
|---|
Fragments(VR vr,
boolean bigEndian,
int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object frag) |
boolean |
add(Object frag) |
boolean |
addAll(Collection<? extends Object> c) |
boolean |
addAll(int index,
Collection<? extends Object> c) |
boolean |
bigEndian() |
int |
calcLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
boolean |
equals(Object obj) |
int |
getEncodedLength(ImageEncodingOptions encOpts,
boolean explicitVR,
VR vr) |
int |
hashCode() |
byte[] |
toBytes(VR vr,
boolean bigEndian) |
String |
toString() |
VR |
vr() |
void |
writeTo(ImageOutputStream out,
VR vr) |
clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic Fragments(VR vr, boolean bigEndian, int initialCapacity)
public final VR vr()
public final boolean bigEndian()
public String toString()
toString in class AbstractCollection<Object>public boolean add(Object frag)
public void add(int index,
Object frag)
public boolean addAll(Collection<? extends Object> c)
public boolean addAll(int index,
Collection<? extends Object> c)
public void writeTo(ImageOutputStream out, VR vr) throws IOException
writeTo in interface ValueIOExceptionpublic int calcLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
calcLength in interface Valuepublic int getEncodedLength(ImageEncodingOptions encOpts, boolean explicitVR, VR vr)
getEncodedLength in interface Valuepublic boolean equals(Object obj)
equals in interface Collection<Object>equals in interface List<Object>equals in class AbstractList<Object>public int hashCode()
hashCode in interface Collection<Object>hashCode in interface List<Object>hashCode in class AbstractList<Object>Copyright © 2021. All rights reserved.