public class ResourceUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Double[][] |
readDoubleArrays(DataInput dataInput,
int count,
int length) |
static Double[] |
readDoubles(DataInput dataInput,
int count) |
static org.dmg.pmml.FieldName[] |
readFieldNames(DataInput dataInput,
int count) |
static Float[][] |
readFloatArrays(DataInput dataInput,
int count,
int length) |
static Float[] |
readFloats(DataInput dataInput,
int count) |
static QName[] |
readQNames(DataInput dataInput,
int count) |
static String[][] |
readStringArrays(DataInput dataInput,
int count,
int length) |
static List<String>[] |
readStringLists(DataInput dataInput) |
static String[] |
readStrings(DataInput dataInput,
int count) |
static void |
writeDoubleArrays(DataOutput dataOutput,
Number[][] numberArrays) |
static void |
writeDoubles(DataOutput dataOutput,
Number[] numbers) |
static void |
writeFieldNames(DataOutput dataOutput,
org.dmg.pmml.FieldName[] names) |
static void |
writeFloatArrays(DataOutput dataOutput,
Number[][] numberArrays) |
static void |
writeFloats(DataOutput dataOutput,
Number[] numbers) |
static void |
writeQNames(DataOutput dataOutput,
QName[] names) |
static void |
writeStringArrays(DataOutput dataOutput,
String[][] stringArrays) |
static void |
writeStringLists(DataOutput dataOutput,
List<String>[] stringLists) |
static void |
writeStrings(DataOutput dataOutput,
String[] strings) |
public static org.dmg.pmml.FieldName[] readFieldNames(DataInput dataInput, int count) throws IOException
IOExceptionpublic static void writeFieldNames(DataOutput dataOutput, org.dmg.pmml.FieldName[] names) throws IOException
IOExceptionpublic static QName[] readQNames(DataInput dataInput, int count) throws IOException
IOExceptionpublic static void writeQNames(DataOutput dataOutput, QName[] names) throws IOException
IOExceptionpublic static String[] readStrings(DataInput dataInput, int count) throws IOException
IOExceptionpublic static String[][] readStringArrays(DataInput dataInput, int count, int length) throws IOException
IOExceptionpublic static List<String>[] readStringLists(DataInput dataInput) throws IOException
IOExceptionpublic static void writeStrings(DataOutput dataOutput, String[] strings) throws IOException
IOExceptionpublic static void writeStringArrays(DataOutput dataOutput, String[][] stringArrays) throws IOException
IOExceptionpublic static void writeStringLists(DataOutput dataOutput, List<String>[] stringLists) throws IOException
IOExceptionpublic static Double[] readDoubles(DataInput dataInput, int count) throws IOException
IOExceptionpublic static Double[][] readDoubleArrays(DataInput dataInput, int count, int length) throws IOException
IOExceptionpublic static void writeDoubles(DataOutput dataOutput, Number[] numbers) throws IOException
IOExceptionpublic static void writeDoubleArrays(DataOutput dataOutput, Number[][] numberArrays) throws IOException
IOExceptionpublic static Float[] readFloats(DataInput dataInput, int count) throws IOException
IOExceptionpublic static Float[][] readFloatArrays(DataInput dataInput, int count, int length) throws IOException
IOExceptionpublic static void writeFloats(DataOutput dataOutput, Number[] numbers) throws IOException
IOExceptionpublic static void writeFloatArrays(DataOutput dataOutput, Number[][] numberArrays) throws IOException
IOExceptionCopyright © 2020. All rights reserved.