com.vodafone360.people.service.utils.hessian
Class HessianEncoder.MicroHessianOutputWorkaround

java.lang.Object
  extended by com.caucho.hessian.micro.MicroHessianOutput
      extended by com.vodafone360.people.service.utils.hessian.HessianEncoder.MicroHessianOutputWorkaround
Enclosing class:
HessianEncoder

private static class HessianEncoder.MicroHessianOutputWorkaround
extends MicroHessianOutput


Field Summary
 
Fields inherited from class com.caucho.hessian.micro.MicroHessianOutput
os
 
Constructor Summary
private HessianEncoder.MicroHessianOutputWorkaround(java.io.OutputStream os)
           
 
Method Summary
 void writeBytes(byte[] buffer, int offset, int length)
          Writes a byte array to the stream.
 
Methods inherited from class com.caucho.hessian.micro.MicroHessianOutput
completeCall, init, printLenString, printString, printString, startCall, writeBoolean, writeBytes, writeCustomObject, writeInt, writeListBegin, writeListEnd, writeLong, writeMapBegin, writeMapEnd, writeNull, writeObject, writeRef, writeRemote, writeString, writeUTCDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HessianEncoder.MicroHessianOutputWorkaround

private HessianEncoder.MicroHessianOutputWorkaround(java.io.OutputStream os)
Method Detail

writeBytes

public void writeBytes(byte[] buffer,
                       int offset,
                       int length)
                throws java.io.IOException
Description copied from class: MicroHessianOutput
Writes a byte array to the stream. The array will be written with the following syntax:
 B b16 b18 bytes
 
If the value is null, it will be written as
 N
 

Overrides:
writeBytes in class MicroHessianOutput
Throws:
java.io.IOException


JavaDoc