public class StringItems extends ArrayList<StringItem>
modCount| Constructor and Description |
|---|
StringItems() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
void |
prepare() |
static String[] |
read(ByteBuffer in) |
void |
write(ByteBuffer out) |
add, add, addAll, addAll, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static String[] read(ByteBuffer in) throws IOException
IOExceptionpublic int getSize()
public void prepare()
throws IOException
IOExceptionpublic void write(ByteBuffer out) throws IOException
IOExceptionCopyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.