public class OutStream extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
size() |
byte[] |
toByteArray() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeInt(int v) |
void |
writeLong(long v) |
void |
writeShort(int v) |
void |
writeString(String s) |
public void write(byte[] b)
public void write(byte[] b,
int off,
int len)
public void writeBoolean(boolean v)
public void writeByte(int v)
public void writeInt(int v)
public void writeLong(long v)
public void writeShort(int v)
public void writeString(String s)
public int size()
public byte[] toByteArray()
Copyright © 2016. All rights reserved.