congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
MLUInt8.getRealByteBuffer
Code IndexAdd Tabnine to your IDE (free)

How to use
getRealByteBuffer
method
in
com.jmatio.types.MLUInt8

Best Java code snippets using com.jmatio.types.MLUInt8.getRealByteBuffer (Showing top 4 results out of 315)

origin: com.diffplug.matsim/matfilerw

private static void parseMCOS(MLUInt8 mcosData, Set<MLObjectPlaceholder> mcosPlaceholders) throws IOException {
  ByteBuffer buffer = mcosData.getRealByteBuffer();
  ByteBufferInputStream dataStream = new ByteBufferInputStream(buffer, buffer.limit());
  Map<String, MLArray> mcosContent = matFile.getContent();
  MLCell mcosInfo = (MLCell) ((MLStructure) mcosContent.get("@0")).getField("MCOS");
  ByteBuffer mcosDataBuf = ((MLUInt8) mcosInfo.get(0)).getRealByteBuffer();
origin: diffplug/matfilerw

private static void parseMCOS(MLUInt8 mcosData, Set<MLObjectPlaceholder> mcosPlaceholders) throws IOException {
  ByteBuffer buffer = mcosData.getRealByteBuffer();
  ByteBufferInputStream dataStream = new ByteBufferInputStream(buffer, buffer.limit());
  Map<String, MLArray> mcosContent = matFile.getContent();
  MLCell mcosInfo = (MLCell) ((MLStructure) mcosContent.get("@0")).getField("MCOS");
  ByteBuffer mcosDataBuf = ((MLUInt8) mcosInfo.get(0)).getRealByteBuffer();
origin: org.tallison/jmatio

if (content.getRealByteBuffer() != null) {
      new ByteBufferInputStream(content.getRealByteBuffer(),
          content.getRealByteBuffer().limit()))) {
    Object o = ois.readObject();
    mlArray = new MLJavaObject(arrName, className, o);
origin: gradusnikov/jmatio

    new ByteBufferInputStream( content.getRealByteBuffer(), 
                  content.getRealByteBuffer().limit()  ) );
try
com.jmatio.typesMLUInt8getRealByteBuffer

Popular methods of MLUInt8

  • <init>
    Jama [http://math.nist.gov/javanumerics/jama/] [math.nist.gov] style: construct a 2D real matrix fro
  • byte2DToByte
    Converts byte[][] to Byte[]
  • castToByte
    Casts Double[] to byte[]
  • getBytesAllocated
  • getM
  • getN
  • get
    Override to accelerate the performance
  • getReal
  • getArray
    Gets two-dimensional real array.

Popular in Java

  • Reactive rest calls using spring rest template
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JOptionPane (javax.swing)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now