Uses of Interface
org.opcfoundation.ua.utils.bytebuffer.IBinaryWriteable

Packages that use IBinaryWriteable
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.utils.bytebuffer A byte buffer implementation 
 

Uses of IBinaryWriteable in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return IBinaryWriteable
 IBinaryWriteable BinaryEncoder.getOutput()
          getOutput.
 IBinaryWriteable BinaryEncoder.getWriteable()
          getWriteable.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type IBinaryWriteable
 void BinaryEncoder.setWriteable(IBinaryWriteable out)
          setWriteable.
 

Constructors in org.opcfoundation.ua.encoding.binary with parameters of type IBinaryWriteable
BinaryEncoder(IBinaryWriteable out)
          Constructor for BinaryEncoder.
 

Uses of IBinaryWriteable in org.opcfoundation.ua.utils.bytebuffer
 

Classes in org.opcfoundation.ua.utils.bytebuffer that implement IBinaryWriteable
 class ByteBufferArrayWriteable
          ByteBufferArrayWriteable class.
 class ByteBufferArrayWriteable2
          Sends events when chunks are complete
 class ByteBufferWriteable
          IWriteable implementation with ByteBuffer as backend
 class OutputStreamWriteable
          Output stream writer
 



Copyright © 2018. All rights reserved.