예제 #1
0
  /**
   * Creates a new data network in a stream.
   *
   * @throws UdmException
   */
  public void testCreateToStreamBlankInstance() throws UdmException {
    ContainerStringFactory gtf = FactoryRepository.getTimeSeriesContainerStringFactory();
    Container con = gtf.create();

    fillContainer(con);

    InputStream a = gtf.saveAsStream();
    System.out.println("\ntestCreateToStreamBlankInstance():\n" + a);
  }