public class NamedByteArrayInputStream extends ByteArrayInputStream implements NamedInputStream
buf, count, mark, pos
Constructor and Description |
---|
NamedByteArrayInputStream(byte[] buf,
String toString) |
Modifier and Type | Method and Description |
---|---|
static ByteArrayInputStream |
create(InputStream originalIS) |
String |
toString() |
available, close, mark, markSupported, read, read, reset, skip
read
public NamedByteArrayInputStream(byte[] buf, String toString)
public static ByteArrayInputStream create(InputStream originalIS) throws IOException
IOException
public String toString()
toString
in interface NamedInputStream
toString
in class Object
Copyright © 2018 OpenDaylight. All rights reserved.