Class BinaryDataWriter

java.lang.Object
es.uam.eps.ir.relison.diffusion.io.BinaryDataWriter

public class BinaryDataWriter
extends java.lang.Object
Writes data in a binary file.
  • Constructor Summary

    Constructors 
    Constructor Description
    BinaryDataWriter()  
  • Method Summary

    Modifier and Type Method Description
    static boolean write​(Data<java.lang.Long,​java.lang.Long,​java.lang.Long> data, java.lang.String file)
    Write the data.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • write

      public static boolean write​(Data<java.lang.Long,​java.lang.Long,​java.lang.Long> data, java.lang.String file)
      Write the data.
      Parameters:
      data - the data to write.
      file - the file.
      Returns:
      true if everything went OK, false otherwise.