JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.mina.util.byteaccess
Interface ByteArrayFactory
All Known Implementing Classes:
ByteArrayPool
,
SimpleByteArrayFactory
public interface
ByteArrayFactory
A factory for
ByteArray
s.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ByteArray
create
(int size)
Creates an instance of
ByteArray
of size specified by the size parameter.
Method Detail
create
ByteArray
create(int size)
Creates an instance of
ByteArray
of size specified by the size parameter.
Parameters:
size
- The size of the ByteArray
Returns:
The ByteArray
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method