Project JXTA

net.jxta.impl.endpoint
Class WireFormatMessageBinary.binaryElementProxy

java.lang.Object
  extended by net.jxta.impl.endpoint.WireFormatMessageBinary.binaryElementProxy
Enclosing class:
WireFormatMessageBinary

static class WireFormatMessageBinary.binaryElementProxy
extends Object


Field Summary
(package private)  MessageElement element
           
(package private)  byte[] header
           
(package private)  byte namespaceid
           
(package private)  WireFormatMessageBinary.binaryElementProxy sig
           
 
Constructor Summary
WireFormatMessageBinary.binaryElementProxy(byte namespaceid, MessageElement element)
           
 
Method Summary
(package private)  void buildHeader()
           
 long getByteLength()
           
 InputStream getStream()
           
 void sendToStream(OutputStream sendTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceid

byte namespaceid

sig

WireFormatMessageBinary.binaryElementProxy sig

element

MessageElement element

header

byte[] header
Constructor Detail

WireFormatMessageBinary.binaryElementProxy

WireFormatMessageBinary.binaryElementProxy(byte namespaceid,
                                           MessageElement element)
                                     throws IOException
Throws:
IOException
Method Detail

buildHeader

void buildHeader()
           throws IOException
Throws:
IOException

getByteLength

public long getByteLength()

getStream

public InputStream getStream()
                      throws IOException
Throws:
IOException

sendToStream

public void sendToStream(OutputStream sendTo)
                  throws IOException
Throws:
IOException

JXTA J2SE