Class MapDataResource

    • Field Detail

      • tripletsList

        private java.util.List<java.util.List<AbstractTriplet>> tripletsList
    • Constructor Detail

      • MapDataResource

        public MapDataResource()
        Main constructor
    • Method Detail

      • finishElement

        public void finishElement()
      • getTripletDataLength

        private int getTripletDataLength​(java.util.List<AbstractTriplet> l)
      • writeToStream

        public void writeToStream​(java.io.OutputStream os)
                           throws java.io.IOException
        DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
        Specified by:
        writeToStream in interface Streamable
        Overrides:
        writeToStream in class AbstractStructuredObject
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.