io
Class Write
java.lang.Object
io.Write
public class Write
- extends java.lang.Object
Constructor Summary |
Write()
|
Method Summary |
static void |
bytes(byte[] b,
int[] off,
float data)
|
static void |
bytes(byte[] b,
int[] off,
int data)
|
static void |
bytes(byte[] b,
int[] off,
int[] data)
|
static void |
bytes(byte[] b,
int[] off,
int data,
int bytesCount)
|
static void |
copy(java.lang.String source,
java.lang.String destin)
|
static void |
file(java.lang.String failas,
byte[] b)
|
static void |
file(java.lang.String failas,
byte[] b,
boolean append)
|
static void |
file(java.lang.String failas,
byte[] b,
int off,
int len,
boolean append)
|
static void |
file(java.lang.String failas,
java.lang.String[] s)
|
static byte[] |
lt2unicode(byte[] b)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Write
public Write()
copy
public static void copy(java.lang.String source,
java.lang.String destin)
throws java.io.IOException
- Throws:
java.io.IOException
file
public static void file(java.lang.String failas,
byte[] b,
boolean append)
file
public static void file(java.lang.String failas,
byte[] b,
int off,
int len,
boolean append)
file
public static void file(java.lang.String failas,
byte[] b)
file
public static void file(java.lang.String failas,
java.lang.String[] s)
bytes
public static void bytes(byte[] b,
int[] off,
int data)
bytes
public static void bytes(byte[] b,
int[] off,
int[] data)
bytes
public static void bytes(byte[] b,
int[] off,
int data,
int bytesCount)
bytes
public static void bytes(byte[] b,
int[] off,
float data)
lt2unicode
public static byte[] lt2unicode(byte[] b)
main
public static void main(java.lang.String[] args)