Project

General

Profile

« Previous | Next » 

Revision a1d92a36

Added by Leszek Koltunski almost 7 years ago

Beginnings of support for the unified Data data type.

View differences:

src/main/java/org/distorted/library/type/Data5D.java
27 27
 */
28 28
public interface Data5D
29 29
  {
30

  
30
  boolean get(float[] buffer, int offset, long time, long step);
31 31
  }

Also available in: Unified diff