@Deprecated
public class MarshallerPool
extends java.lang.Object
Constructor and Description |
---|
MarshallerPool(int pool_size,
int initial_size)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
Closes all output streams.
|
int[] |
getCapacities()
Deprecated.
|
Triple<java.util.concurrent.locks.Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> |
getOutputStream()
Deprecated.
Returns a random output stream.
|
public MarshallerPool(int pool_size, int initial_size)
public Triple<java.util.concurrent.locks.Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> getOutputStream()
public int[] getCapacities()
public void close()
Copyright ? 1998-2009 Bela Ban / Red Hat. All Rights Reserved.