public class EncapsInputStreamFactory extends Object
Constructor and Description |
---|
EncapsInputStreamFactory() |
Modifier and Type | Method and Description |
---|---|
static EncapsInputStream |
newEncapsInputStream(EncapsInputStream eis) |
static EncapsInputStream |
newEncapsInputStream(ORB orb,
byte[] data,
int size) |
static EncapsInputStream |
newEncapsInputStream(ORB orb,
byte[] buf,
int size,
boolean littleEndian,
GIOPVersion version) |
static EncapsInputStream |
newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
static EncapsInputStream |
newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase) |
static EncapsInputStream |
newEncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
static TypeCodeInputStream |
newTypeCodeInputStream(ORB orb,
byte[] data,
int size) |
static TypeCodeInputStream |
newTypeCodeInputStream(ORB orb,
byte[] buf,
int size,
boolean littleEndian,
GIOPVersion version) |
static TypeCodeInputStream |
newTypeCodeInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version)
public static EncapsInputStream newEncapsInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version)
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] data, int size)
public static EncapsInputStream newEncapsInputStream(EncapsInputStream eis)
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version)
public static EncapsInputStream newEncapsInputStream(ORB orb, byte[] data, int size, GIOPVersion version, CodeBase codeBase)
public static TypeCodeInputStream newTypeCodeInputStream(ORB orb, byte[] buf, int size, boolean littleEndian, GIOPVersion version)
public static TypeCodeInputStream newTypeCodeInputStream(ORB orb, ByteBuffer byteBuffer, int size, boolean littleEndian, GIOPVersion version)
public static TypeCodeInputStream newTypeCodeInputStream(ORB orb, byte[] data, int size)
Copyright © 2019 JBoss by Red Hat. All rights reserved.