public static final class DataInput2.DataInputToStream
extends java.io.InputStream
DataInput
into InputStream
Modifier and Type | Field and Description |
---|---|
protected java.io.DataInput |
in |
Constructor and Description |
---|
DataInputToStream(java.io.DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public long skip(long n) throws java.io.IOException
skip
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
Copyright © 2018. All Rights Reserved.