@Deprecated public class MarshallerPool extends 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<Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> |
getOutputStream()
Deprecated.
Returns a random output stream.
|
public MarshallerPool(int pool_size, int initial_size)
public Triple<Lock,ExposedByteArrayOutputStream,ExposedDataOutputStream> getOutputStream()
public int[] getCapacities()
public void close()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.