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