|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Buffer | |
---|---|
org.asnlab.asndt.runtime.type | This package contains the ASN.1 runtime metadata type definitions. |
Uses of Buffer in org.asnlab.asndt.runtime.type |
---|
Methods in org.asnlab.asndt.runtime.type that return Buffer | |
---|---|
static Buffer |
Buffer.allocate(int length,
byte encodingRules)
Allocates a new buffer. |
Buffer |
Buffer.autoExpand()
Sets this buffer to auto-expandable. |
Buffer |
Buffer.autoExpand(int byIncrement)
Sets this buffer to auto-expandable. |
Buffer |
Buffer.clear()
Clears this buffer. |
Buffer |
Buffer.flip()
Flips this buffer. |
Buffer |
Buffer.limit(int newLimit)
Sets this buffer's limit. |
static Buffer |
Buffer.newStreamBuffer(java.io.InputStream in,
int length,
byte encodingRules)
Create a new buffer with the specific underlying input stream |
static Buffer |
Buffer.newStreamBuffer(java.io.OutputStream out,
int length,
byte encodingRules)
Create a new buffer with the specific underlying output stream |
Buffer |
Buffer.position(int newPosition)
Sets this buffer's position. |
static Buffer |
Buffer.wrap(byte[] array,
byte encodingRules)
Wraps a byte array into a buffer. |
Methods in org.asnlab.asndt.runtime.type with parameters of type Buffer | |
---|---|
java.lang.Object |
AsnType.decode(Buffer buffer,
AsnConverter converter)
Decode object from buffer. |
void |
AsnType.encode(java.lang.Object object,
Buffer buffer,
AsnConverter converter)
Encode the object into buffer. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |