public class XGBoostDataInput extends Object implements Closeable
| Constructor and Description |
|---|
XGBoostDataInput(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float |
readFloat() |
int |
readInt() |
void |
readReserved(int length) |
String |
readString() |
Map<String,String> |
readStringMap() |
public XGBoostDataInput(InputStream is) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic int readInt()
throws IOException
IOExceptionpublic float readFloat()
throws IOException
IOExceptionpublic String readString() throws IOException
IOExceptionpublic Map<String,String> readStringMap() throws IOException
IOExceptionpublic void readReserved(int length)
throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.