Class AbstractExportTransform.IServerPlaintextExportStreamingContext

    • Method Detail

      • consume

        public void consume​(int contentLength,
                            java.io.InputStream src)
                     throws java.lang.Exception
        Description copied from interface: IContentConsumer
        Request to a consumer to consume specified number of bytes from the input stream
        Specified by:
        consume in interface IContentConsumer
        Overrides:
        consume in class StreamingContext
        Parameters:
        contentLength - number of bytes to consume.
        src - source input stream
        Throws:
        java.lang.Exception