Class ComplexDataParser.KeyedCellCollectionWriter

java.lang.Object
com.terracottatech.store.definition.ComplexDataParser.KeyedCellCollectionWriter
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
ComplexDataParser

public static class ComplexDataParser.KeyedCellCollectionWriter extends Object implements Closeable
This class implements a KeyedCellCollection/KeyedComplexMap writer over a Writer instance. Note that the Writer must be UTF encoded to handle UTF characters.
  • Constructor Details

    • KeyedCellCollectionWriter

      public KeyedCellCollectionWriter(Writer writer)
      Constructor for a specific Writer and using the default line seperator.
      Parameters:
      writer - Writer
  • Method Details