Class AppendStdErrEvent

    • Field Detail

      • chunk

        private byte[] chunk
    • Constructor Detail

      • AppendStdErrEvent

        protected AppendStdErrEvent()
      • AppendStdErrEvent

        public AppendStdErrEvent​(byte[] b,
                                 int off,
                                 int len)
    • Method Detail

      • copyTo

        public void copyTo​(java.io.OutputStream os)
                    throws java.io.IOException
        Specified by:
        copyTo in interface IStreamEvent
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(JsonWriter writer)
                       throws java.io.IOException
        Specified by:
        serialize in interface RemoteEvent
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(JsonReader reader)
                         throws java.io.IOException
        Specified by:
        deserialize in interface RemoteEvent
        Throws:
        java.io.IOException