@Deprecated public class BufferSizePredictorAdapter extends Object implements BufferSizePredictor
Constructor and Description |
---|
BufferSizePredictorAdapter(BufferSizePredictor delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
nextSize(Object obj)
Deprecated.
Provide the next buffer size taking in account
the object to store in the buffer.
|
void |
recordSize(int previousSize)
Deprecated.
Record the size of the of data in the last buffer used.
|
public BufferSizePredictorAdapter(BufferSizePredictor delegate)
public int nextSize(Object obj)
BufferSizePredictor
nextSize
in interface BufferSizePredictor
obj
- instance that will be stored in the bufferpublic void recordSize(int previousSize)
BufferSizePredictor
recordSize
in interface BufferSizePredictor
previousSize
- int representing the size of the last
object buffered.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.