Class ServicesResourceTransformer.ServiceStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    ServicesResourceTransformer

    static class ServicesResourceTransformer.ServiceStream
    extends java.io.ByteArrayOutputStream
    • Field Summary

      • Fields inherited from class java.io.ByteArrayOutputStream

        buf, count
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceStream()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(java.lang.String content)  
      java.io.InputStream toInputStream()  
      • Methods inherited from class java.io.ByteArrayOutputStream

        close, reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeTo
      • Methods inherited from class java.io.OutputStream

        flush, nullOutputStream, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ServiceStream

        ServiceStream()
    • Method Detail

      • append

        public void append​(java.lang.String content)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • toInputStream

        public java.io.InputStream toInputStream()