Interface StreamableDataContainerWriter<T extends DataContainer>

    • Method Detail

      • write

        boolean write​(OutputStream stream,
                      T data)
        Performs checks and writes the data to the stream.
        Parameters:
        stream - the stream to write to
        data - the data to write
        Returns:
        true if successfully written
        See Also:
        write(OutputStream stream, List)
      • write

        boolean write​(OutputStream stream,
                      List<T> data)
        Performs checks and writes the data to the stream.
        Parameters:
        stream - the stream to write to
        data - the data to write
        Returns:
        true if successfully written