public class SafeDataInputStream extends Object
Constructor and Description |
---|
SafeDataInputStream(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
<T extends Serializable> |
read(Class<T> type) |
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readBytes() |
int |
readInt() |
long |
readLong() |
String |
readString() |
public SafeDataInputStream(InputStream is)
public int readInt()
public String readString()
public byte[] readBytes()
public <T extends Serializable> T read(Class<T> type)
public void close()
public byte readByte()
public boolean readBoolean()
public long readLong()
Copyright © 2021 org.pitest. All rights reserved.