Searched defs:getByteBufferWithInfo (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputObject.java179 ByteBufferWithInfo bbwi = getByteBufferWithInfo();
217 public final ByteBufferWithInfo getByteBufferWithInfo() { method in class:CDROutputObject
218 return super.getByteBufferWithInfo();
H A DCDROutputStreamBase.java153 public abstract ByteBufferWithInfo getByteBufferWithInfo(); method in class:CDROutputStreamBase
H A DIDLJavaSerializationOutputStream.java623 public ByteBufferWithInfo getByteBufferWithInfo() { method in class:IDLJavaSerializationOutputStream
628 e, "getByteBufferWithInfo");
H A DCDROutputStream.java373 public ByteBufferWithInfo getByteBufferWithInfo() { method in class:CDROutputStream
374 return impl.getByteBufferWithInfo();
H A DCDROutputStream_1_0.java1273 public ByteBufferWithInfo getByteBufferWithInfo() { method in class:CDROutputStream_1_0
1893 if (getByteBufferWithInfo() != null && getByteBuffer() != null)

Completed in 223 milliseconds