Package org.ogf.saga.buffer

This package provides the Buffer interface.

See: Description

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 © 2016 Open Grid Forum. All rights reserved.