public class ProxyInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
in |
| Constructor and Description |
|---|
ProxyInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getProxiedInputStream() |
protected InputStream |
narrow() |
ORB |
orb() |
Object |
read_abstract_interface() |
Object |
read_abstract_interface(Class clz) |
Any |
read_any() |
void |
read_boolean_array(boolean[] value,
int offset,
int length) |
boolean |
read_boolean() |
void |
read_char_array(char[] value,
int offset,
int length) |
char |
read_char() |
Context |
read_Context() |
void |
read_double_array(double[] value,
int offset,
int length) |
double |
read_double() |
BigDecimal |
read_fixed() |
void |
read_float_array(float[] value,
int offset,
int length) |
float |
read_float() |
void |
read_long_array(int[] value,
int offset,
int length) |
int |
read_long() |
void |
read_longlong_array(long[] value,
int offset,
int length) |
long |
read_longlong() |
Object |
read_Object() |
Object |
read_Object(Class clz) |
void |
read_octet_array(byte[] value,
int offset,
int length) |
byte |
read_octet() |
Principal |
read_Principal() |
void |
read_short_array(short[] value,
int offset,
int length) |
short |
read_short() |
String |
read_string() |
TypeCode |
read_TypeCode() |
void |
read_ulong_array(int[] value,
int offset,
int length) |
int |
read_ulong() |
void |
read_ulonglong_array(long[] value,
int offset,
int length) |
long |
read_ulonglong() |
void |
read_ushort_array(short[] value,
int offset,
int length) |
short |
read_ushort() |
Serializable |
read_value() |
Serializable |
read_value(BoxedValueHelper factory) |
Serializable |
read_value(Class clz) |
Serializable |
read_value(Serializable value) |
Serializable |
read_value(String rep_id) |
void |
read_wchar_array(char[] value,
int offset,
int length) |
char |
read_wchar() |
String |
read_wstring() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skipprotected final InputStream in
public ProxyInputStream(InputStream in)
public boolean read_boolean()
read_boolean in class InputStreampublic char read_char()
read_char in class InputStreampublic char read_wchar()
read_wchar in class InputStreampublic byte read_octet()
read_octet in class InputStreampublic short read_short()
read_short in class InputStreampublic short read_ushort()
read_ushort in class InputStreampublic int read_long()
read_long in class InputStreampublic int read_ulong()
read_ulong in class InputStreampublic long read_longlong()
read_longlong in class InputStreampublic long read_ulonglong()
read_ulonglong in class InputStreampublic float read_float()
read_float in class InputStreampublic double read_double()
read_double in class InputStreampublic String read_string()
read_string in class InputStreampublic String read_wstring()
read_wstring in class InputStreampublic void read_boolean_array(boolean[] value,
int offset,
int length)
read_boolean_array in class InputStreampublic void read_char_array(char[] value,
int offset,
int length)
read_char_array in class InputStreampublic void read_wchar_array(char[] value,
int offset,
int length)
read_wchar_array in class InputStreampublic void read_octet_array(byte[] value,
int offset,
int length)
read_octet_array in class InputStreampublic void read_short_array(short[] value,
int offset,
int length)
read_short_array in class InputStreampublic void read_ushort_array(short[] value,
int offset,
int length)
read_ushort_array in class InputStreampublic void read_long_array(int[] value,
int offset,
int length)
read_long_array in class InputStreampublic void read_ulong_array(int[] value,
int offset,
int length)
read_ulong_array in class InputStreampublic void read_longlong_array(long[] value,
int offset,
int length)
read_longlong_array in class InputStreampublic void read_ulonglong_array(long[] value,
int offset,
int length)
read_ulonglong_array in class InputStreampublic void read_float_array(float[] value,
int offset,
int length)
read_float_array in class InputStreampublic void read_double_array(double[] value,
int offset,
int length)
read_double_array in class InputStreampublic Object read_Object()
read_Object in class InputStreampublic TypeCode read_TypeCode()
read_TypeCode in class InputStreampublic Any read_any()
read_any in class InputStreampublic Principal read_Principal()
read_Principal in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic BigDecimal read_fixed()
read_fixed in class InputStreampublic Context read_Context()
read_Context in class InputStreampublic Object read_Object(Class clz)
read_Object in class InputStreampublic ORB orb()
orb in class InputStreampublic Serializable read_value()
read_value in class InputStreampublic Serializable read_value(Class clz)
read_value in class InputStreampublic Serializable read_value(BoxedValueHelper factory)
read_value in class InputStreampublic Serializable read_value(String rep_id)
read_value in class InputStreampublic Serializable read_value(Serializable value)
read_value in class InputStreampublic Object read_abstract_interface()
read_abstract_interface in class InputStreampublic Object read_abstract_interface(Class clz)
read_abstract_interface in class InputStreamprotected InputStream narrow()
public InputStream getProxiedInputStream()
Copyright © 2019 Terracotta, Inc.. All rights reserved.