Constructor and Description |
---|
BufferHeader(boolean isCompressed,
int length,
Buffer.DataType dataType) |
Modifier and Type | Method and Description |
---|---|
Buffer.DataType |
getDataType() |
int |
getLength() |
boolean |
isCompressed() |
public BufferHeader(boolean isCompressed, int length, Buffer.DataType dataType)
public boolean isCompressed()
public int getLength()
public Buffer.DataType getDataType()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.