public class DataInputInputStream extends InputStream
| Constructor and Description |
|---|
DataInputInputStream(DataInput dataInput) |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
from(DataInput dataInput) |
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic DataInputInputStream(DataInput dataInput)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic static InputStream from(DataInput dataInput)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.