public class BasicByteMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZE, columns, rows| Constructor and Description |
|---|
BasicByteMatrix(ExtendedDataInput in) |
BasicByteMatrix(int rows,
int columns) |
BasicByteMatrix(int rows,
int columns,
List<byte[]> listOfArrays) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
byte |
getByte(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setInt(int row,
int column,
byte value) |
void |
setNull(int row,
int column) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getColumnLabel, getColumnLabels, getDataForm, getIndex, getRowLabel, getRowLabels, getString, hasColumnLabel, hasRowLabel, rows, setColumnLabels, setRowLabels, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicByteMatrix(int rows,
int columns)
public BasicByteMatrix(int rows,
int columns,
List<byte[]> listOfArrays)
throws Exception
Exceptionpublic BasicByteMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setInt(int row,
int column,
byte value)
public byte getByte(int row,
int column)
public boolean isNull(int row,
int column)
public void setNull(int row,
int column)
public Scalar get(int row, int column)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
protected void readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in)
throws IOException
readMatrixFromInputStream in class AbstractMatrixIOExceptionprotected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2019 DolphinDB. All rights reserved.