Package com.sun.corba.ee.impl.encoding
Class EncapsInputStreamFactory
java.lang.Object
com.sun.corba.ee.impl.encoding.EncapsInputStreamFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncapsInputStreamstatic EncapsInputStreamnewEncapsInputStream(ORB orb, byte[] data, int size) static EncapsInputStreamnewEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) static EncapsInputStreamnewEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) static EncapsInputStreamnewEncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) static EncapsInputStreamnewEncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStreamnewTypeCodeInputStream(ORB orb, byte[] data, int size) static TypeCodeInputStreamnewTypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) static TypeCodeInputStreamnewTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version)
-
Constructor Details
-
EncapsInputStreamFactory
public EncapsInputStreamFactory()
-
-
Method Details
-
newEncapsInputStream
-
newEncapsInputStream
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] buf, int size, ByteOrder byteOrder, GIOPVersion version) -
newEncapsInputStream
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version) -
newEncapsInputStream
-
newEncapsInputStream
public static EncapsInputStream newEncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version) -
newEncapsInputStream
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase) -
newTypeCodeInputStream
public static TypeCodeInputStream newTypeCodeInputStream(ORB orb, byte[] data, int size, ByteOrder byteOrder, GIOPVersion version) -
newTypeCodeInputStream
-
newTypeCodeInputStream
public static TypeCodeInputStream newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, ByteOrder byteOrder, GIOPVersion version)
-