public class BackupUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackupUtils.BadVersionException
Thrown when there is a backup version mismatch
between the data received and what the system can handle
|
Constructor and Description |
---|
BackupUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
readString(DataInputStream in) |
static void |
writeString(DataOutputStream out,
String val) |
public static final int NULL
public static final int NOT_NULL
public static String readString(DataInputStream in) throws IOException
IOException
public static void writeString(DataOutputStream out, String val) throws IOException
IOException