Modifier and Type | Method and Description |
---|---|
static void |
initNewBuffer(int bufferSize,
long totalAmount) |
static Store |
instance(int bufferSize) |
void |
putBuffer(byte[] buffer) |
byte[] |
takeBuffer(int bufferSize) |
public static void initNewBuffer(int bufferSize, long totalAmount)
public static Store instance(int bufferSize)
public byte[] takeBuffer(int bufferSize)
takeBuffer
in interface Store
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.