Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeux committed Dec 2, 2011
1 parent 282b950 commit be69174
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,12 @@ jParser methods:
* **seek(position)**: Go to ``position``.
* **seek(position, callback)**: Go to ``position``, execute the ``callback`` and return to the previous position.

jParser constructor:

* **new jParser(data, structure)**
* ``data`` can be a String, [ArrayBuffer](https://developer.mozilla.org/en/JavaScript_typed_arrays), [Node Buffer](http://nodejs.org/docs/v0.6.2/api/buffers.html) or [jDataView](https://github.com/vjeux/jDataView).
* ``structure`` is an object with all the defined structures.

Examples
========

Expand Down

0 comments on commit be69174

Please sign in to comment.