public class StringArrayIO extends Object
Constructor and Description |
---|
StringArrayIO() |
Modifier and Type | Method and Description |
---|---|
static String[] |
readArray(InputStream input) |
static String[][] |
readArray2D(InputStream input) |
static String[][] |
readSparseArray2D(InputStream input) |
static void |
writeArray(OutputStream output,
String[] array) |
static void |
writeArray2D(OutputStream output,
String[][] array) |
static void |
writeSparseArray2D(OutputStream output,
String[][] array) |
public static String[] readArray(InputStream input) throws IOException
IOException
public static void writeArray(OutputStream output, String[] array) throws IOException
IOException
public static String[][] readArray2D(InputStream input) throws IOException
IOException
public static void writeArray2D(OutputStream output, String[][] array) throws IOException
IOException
public static String[][] readSparseArray2D(InputStream input) throws IOException
IOException
public static void writeSparseArray2D(OutputStream output, String[][] array) throws IOException
IOException
Copyright © 2020. All rights reserved.