Package | Description |
---|---|
org.glassfish.grizzly.memory |
Modifier and Type | Method and Description |
---|---|
int |
BuffersBuffer.bulk(CompositeBuffer.BulkOperation operation)
Iterates over
Buffer bytes from Buffer.position() to Buffer.limit()
and lets CompositeBuffer.BulkOperation examine/change the buffer content; |
abstract int |
CompositeBuffer.bulk(CompositeBuffer.BulkOperation operation)
Iterates over
Buffer bytes from Buffer.position() to Buffer.limit()
and lets CompositeBuffer.BulkOperation examine/change the buffer content; |
int |
BuffersBuffer.bulk(CompositeBuffer.BulkOperation operation,
int position,
int limit)
Iterates over
Buffer bytes from position to limit
and lets CompositeBuffer.BulkOperation examine/change the buffer content; |
abstract int |
CompositeBuffer.bulk(CompositeBuffer.BulkOperation operation,
int position,
int limit)
Iterates over
Buffer bytes from position to limit
and lets CompositeBuffer.BulkOperation examine/change the buffer content; |
Copyright © 2015 Oracle Corporation. All rights reserved.