org.omg.CORBA.portable.InputStream.read_long_array()方法的使用及代码示例

x33g5p2x  于2022-01-21 转载在 其他  
字(6.9k)|赞(0)|评价(0)|浏览(105)

本文整理了Java中org.omg.CORBA.portable.InputStream.read_long_array()方法的一些代码示例,展示了InputStream.read_long_array()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。InputStream.read_long_array()方法的具体详情如下:
包路径:org.omg.CORBA.portable.InputStream
类名称:InputStream
方法名:read_long_array

InputStream.read_long_array介绍

暂无

代码示例

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  _result = new int[3];
  _in.read_long_array(_result,0,3);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb

/**
 * Operation read_long_array
 */
public void read_long_array( org.omg.CORBA.LongSeqHolder seq, int offset, int length )
{
  delegate.read_long_array( seq.value, offset, length );
}

代码示例来源:origin: org.jppf/jppf-jmxremote_optional

@Override
public void read_long_array(final int[] value, final int offset, final int length) {
 in.read_long_array(value, offset, length);
}

代码示例来源:origin: org.jboss.openjdk-orb/openjdk-orb

public static int[] read (org.omg.CORBA.portable.InputStream istream)
{
  int value[] = null;
  int _len0 = istream.read_long ();
  value = new int[_len0];
  istream.read_long_array (value, 0, _len0);
  return value;
}

代码示例来源:origin: org.apache.yoko/yoko-spec-corba

public static int[]
read(org.omg.CORBA.portable.InputStream in)
{
  int[] _ob_v;
  int len0 = in.read_ulong();
  _ob_v = new int[len0];
  in.read_long_array(_ob_v, 0, len0);
  return _ob_v;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result1 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result1 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result1);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result1];
  _in.read_long_array(_result,0,_l_result1);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result3 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result3 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result3);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result3];
  _in.read_long_array(_result,0,_l_result3);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-omgapi

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result35 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result35 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result35);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result35];
  _in.read_long_array(_result,0,_l_result35);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result5 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result5 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result5);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result5];
  _in.read_long_array(_result,0,_l_result5);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result0 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result0 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result0);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result0];
  _in.read_long_array(_result,0,_l_result0);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result0 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result0 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result0);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result0];
  _in.read_long_array(_result,0,_l_result0);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result6 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result6 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result6);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result6];
  _in.read_long_array(_result,0,_l_result6);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result1 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result1 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result1);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result1];
  _in.read_long_array(_result,0,_l_result1);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result0 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result0 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result0);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result0];
  _in.read_long_array(_result,0,_l_result0);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result2 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result2 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result2);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result2];
  _in.read_long_array(_result,0,_l_result2);
  return _result;
}

代码示例来源:origin: org.jacorb/jacorb-services

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result2 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result2 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result2);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result2];
  _in.read_long_array(_result,0,_l_result2);
  return _result;
}

代码示例来源:origin: JacORB/JacORB

public static int[] read (final org.omg.CORBA.portable.InputStream _in)
{
  int[] _result;
  int _l_result35 = _in.read_long();
  try
  {
     int x = _in.available();
     if ( x > 0 && _l_result35 > x )
      {
        throw new org.omg.CORBA.MARSHAL("Sequence length too large. Only " + x + " available and trying to assign " + _l_result35);
      }
  }
  catch (java.io.IOException e)
  {
  }
  _result = new int[_l_result35];
  _in.read_long_array(_result,0,_l_result35);
  return _result;
}

代码示例来源:origin: apache/cxf

stream.read_long_array(values, 0, arraySize);
val = values;
break;

代码示例来源:origin: org.apache.yoko/yoko-core

if (obin == null || obin.swap_) {
  int[] i = new int[len];
  in.read_long_array(i, 0, len);
  write_long_array(i, 0, len);
} else {

相关文章

微信公众号

最新文章

更多