📄 headlessinput.java
字号:
*/ public long read_longlong() { return stream.read_longlong(); } /** * Delegates functionality to the underlying stream. */ public org.omg.CORBA.Object read_Object() { return stream.read_Object(); } /** * Delegates functionality to the underlying stream. */ public org.omg.CORBA.Object read_Object(Class klass) { return stream.read_Object(klass); } /** * Delegates functionality to the underlying stream. */ public void read_octet_array(byte[] value, int offset, int length) { stream.read_octet_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public byte read_octet() { return stream.read_octet(); } /** * Delegates functionality to the underlying stream. */ public Principal read_Principal() { return stream.read_Principal(); } /** * Delegates functionality to the underlying stream. */ public void read_short_array(short[] value, int offset, int length) { stream.read_short_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public short read_short() { return stream.read_short(); } /** * Delegates functionality to the underlying stream. */ public String read_string() { return stream.read_string(); } /** * Delegates functionality to the underlying stream. */ public TypeCode read_TypeCode() { return stream.read_TypeCode(); } /** * Delegates functionality to the underlying stream. */ public void read_ulong_array(int[] value, int offset, int length) { stream.read_ulong_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public int read_ulong() { return stream.read_ulong(); } /** * Delegates functionality to the underlying stream. */ public void read_ulonglong_array(long[] value, int offset, int length) { stream.read_ulonglong_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public long read_ulonglong() { return stream.read_ulonglong(); } /** * Delegates functionality to the underlying stream. */ public void read_ushort_array(short[] value, int offset, int length) { stream.read_ushort_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public short read_ushort() { return stream.read_ushort(); } /** * Delegates functionality to the underlying stream. */ public Serializable read_value() { return read_value((Serializable) null); } /** * Delegates functionality to the underlying stream. */ public void read_wchar_array(char[] value, int offset, int length) { stream.read_wchar_array(value, offset, length); } /** * Delegates functionality to the underlying stream. */ public char read_wchar() { return stream.read_wchar(); } /** * Delegates functionality to the underlying stream. */ public String read_wstring() { return stream.read_wstring(); } /** * Delegates functionality to the underlying stream. */ public int read() throws IOException { return stream.read(); } /** * Delegates functionality to the underlying stream. */ public int read(byte[] b, int off, int len) throws IOException { return stream.read(b, off, len); } /** * Delegates functionality to the underlying stream. */ public int read(byte[] b) throws IOException { return stream.read(b); } /** * Delegates functionality to the underlying stream. */ public void reset() throws IOException { stream.reset(); } /** * Delegates functionality to the underlying stream. */ public long skip(long n) throws IOException { return stream.skip(n); } /** * Get a string representation. */ public String toString() { return "HeadlessInput+" + stream.toString(); } /** * Delegates functionality to the underlying stream. */ public String[] _truncatable_ids() { return stream._truncatable_ids(); } /** * Delegates functionality to the underlying stream. */ public Object read_Abstract() { return stream.read_Abstract(); } /** * Delegates functionality to the underlying stream. */ public void read_any_array(AnySeqHolder holder, int offset, int length) { stream.read_any_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_boolean_array(BooleanSeqHolder holder, int offset, int length) { stream.read_boolean_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_char_array(CharSeqHolder holder, int offset, int length) { stream.read_char_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_double_array(DoubleSeqHolder holder, int offset, int length) { stream.read_double_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_float_array(FloatSeqHolder holder, int offset, int length) { stream.read_float_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_long_array(LongSeqHolder holder, int offset, int length) { stream.read_long_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_longlong_array(LongLongSeqHolder holder, int offset, int length) { stream.read_longlong_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_octet_array(OctetSeqHolder holder, int offset, int length) { stream.read_octet_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_short_array(ShortSeqHolder holder, int offset, int length) { stream.read_short_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_ulong_array(ULongSeqHolder holder, int offset, int length) { stream.read_ulong_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_ulonglong_array(ULongLongSeqHolder holder, int offset, int length) { stream.read_ulonglong_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public void read_ushort_array(UShortSeqHolder holder, int offset, int length) { stream.read_ushort_array(holder, offset, length); } /** * Delegates functionality to read_value. */ public Serializable read_Value() { return read_value(); } /** * Delegates functionality to the underlying stream. */ public void read_wchar_array(WCharSeqHolder holder, int offset, int length) { stream.read_wchar_array(holder, offset, length); } /** * Delegates functionality to the underlying stream. */ public int getPosition() { return stream.getPosition(); } /** * Delegates functionality to the underlying stream. */ public gnuRuntime getRunTime() { return stream.runtime; } /** * Replace the instance of RunTime. */ public void setRunTime(gnuRuntime a_runtime) { stream.runtime = a_runtime; } /** * Delegates functionality to the underlying stream. */ public void seek(int position) { stream.seek(position); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -