JavaScript is disabled on your browser.
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.
Author:
Apache MINA Project
Method Summary
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
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