public class SplitCurve extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int[] |
Yi |
| Constructor and Description |
|---|
SplitCurve() |
SplitCurve(int[] Yi) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(BinaryReader reader) |
void |
serialize(BinaryWriter binaryWriter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic void deserialize(BinaryReader reader) throws IOException
deserialize in interface SerializableIOExceptionpublic void serialize(BinaryWriter binaryWriter) throws IOException
serialize in interface SerializableIOExceptionCopyright © 2020. All rights reserved.