Package org.ogf.saga.buffer

This package provides the Buffer interface.

See:
          Description

Interface Summary
Buffer Encapsulates a sequence of bytes to be used for I/O operations.
 

Class Summary
BufferFactory Factory for creating buffers.
 

Package org.ogf.saga.buffer Description

This package provides the Buffer interface. In Java, arrays have a size that can be examined at run-time, so the buffer creation methods in the Java language bindings either specify a size, in which case the buffer is implementation-managed, or a byte array, in which case the buffer is application-managed.



Copyright © 2014 Open Grid Forum. All rights reserved.