Joram 5.2.4

org.objectweb.joram.mom.amqp.marshalling
Class LongStringHelper.ByteArrayLongString

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.LongStringHelper.ByteArrayLongString
All Implemented Interfaces:
LongString
Enclosing class:
LongStringHelper

public static class LongStringHelper.ByteArrayLongString
extends java.lang.Object
implements LongString


Field Summary
 
Fields inherited from interface org.objectweb.joram.mom.amqp.marshalling.LongString
MAX_LENGTH
 
Constructor Summary
LongStringHelper.ByteArrayLongString(byte[] bytes)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte[] getBytes()
           
 java.io.InputStream getStream()
           
 int hashCode()
           
 long length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongStringHelper.ByteArrayLongString

public LongStringHelper.ByteArrayLongString(byte[] bytes)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface LongString

getStream

public java.io.InputStream getStream()
                              throws java.io.IOException
Specified by:
getStream in interface LongString
Throws:
java.io.IOException

length

public long length()
Specified by:
length in interface LongString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved