Class EvioDataBucket

java.lang.Object
org.jlab.io.evio.EvioDataBucket

public class EvioDataBucket extends Object
Author:
gavalian
  • Constructor Details

    • EvioDataBucket

      public EvioDataBucket()
    • EvioDataBucket

      public EvioDataBucket(byte[] array, ByteOrder order)
  • Method Details

    • openWriter

      public void openWriter(String filename)
    • writeEvent

      public void writeEvent(org.jlab.coda.jevio.EvioEvent ev)
    • writeEvent

      public void writeEvent(ByteBuffer buffer)
    • hasSpace

      public boolean hasSpace(EvioDataEvent event)
    • getEventArray

      public byte[] getEventArray()
    • getEventArrayGzip

      public byte[] getEventArrayGzip()
    • gzip

      public static byte[] gzip(byte[] ungzipped)
    • writeEvent

      public void writeEvent(EvioDataEvent event)
    • show

      public void show()
    • main

      public static void main(String[] args)