public static class IRhino3dm.CurveArray extends java.util.ArrayList<IRhino3dm.Curve>
| Constructor and Description |
|---|
CurveArray() |
CurveArray(int c) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
void |
write(IRhino3dm.Rhino3dmFile context,
java.io.OutputStream os,
java.util.zip.CRC32 crc) |
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, trimToSizepublic void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
java.io.IOExceptionpublic void write(IRhino3dm.Rhino3dmFile context, java.io.OutputStream os, java.util.zip.CRC32 crc) throws java.io.IOException
java.io.IOException