public class SafeDataOutputStream extends Object
Constructor and Description |
---|
SafeDataOutputStream(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
<T extends Serializable> |
write(T value) |
void |
writeBoolean(boolean b) |
void |
writeByte(byte b) |
void |
writeBytes(byte[] data) |
void |
writeInt(int value) |
void |
writeLong(long l) |
void |
writeString(String str) |
public SafeDataOutputStream(OutputStream os)
public void writeInt(int value)
public void writeString(String str)
public void writeBytes(byte[] data)
public <T extends Serializable> void write(T value)
public void flush()
public void close()
public void writeByte(byte b)
public void writeBoolean(boolean b)
public void writeLong(long l)
Copyright © 2021 org.pitest. All rights reserved.