public class StreamStore
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StreamStore(byte[] data,
int offset,
int length)
Creates a new, non compressed Stream Store
|
Modifier and Type | Method and Description |
---|---|
byte[] |
_getContents() |
protected void |
copyBlockHeaderToContents() |
protected byte[] |
getContents() |
static int |
getMaxRecordLength() |
protected void |
prependContentsWith(byte[] b) |
static void |
setMaxRecordLength(int length) |
protected StreamStore(byte[] data, int offset, int length)
public static void setMaxRecordLength(int length)
length
- the max record length allowed for StreamStorepublic static int getMaxRecordLength()
protected void prependContentsWith(byte[] b)
protected void copyBlockHeaderToContents()
protected byte[] getContents()
public byte[] _getContents()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.