Class GdbRemoteParser

java.lang.Object
org.robovm.libimobiledevice.util.GdbRemoteParser

public class GdbRemoteParser
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    GdbRemoteParser()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<byte[]> parse​(byte[] bytes)  
    java.util.List<byte[]> parse​(byte[] bytes, int offset, int length)
    parses the next n bytes and returns a list of byte[] each representing an individual message

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GdbRemoteParser

      public GdbRemoteParser()
  • Method Details

    • parse

      public java.util.List<byte[]> parse​(byte[] bytes)
    • parse

      public java.util.List<byte[]> parse​(byte[] bytes, int offset, int length)
      parses the next n bytes and returns a list of byte[] each representing an individual message