From da43d34479de5ad1cd3e5dab2838a59a78da5180 Mon Sep 17 00:00:00 2001
From: Andreas Deininger Fluentd uses MessagePack for all internal data representation. It's crazy fast because of zero-copy optimization of msgpack-ruby. Now MessagePack is an essential component of Fluentd to achieve high performance and flexibility at the same time.
+
Public Class Methods
Deserializes one object over the specified buffer.
-UnpackError is throw when parse -error is occured, the buffer is insufficient to deserialize one object or +UnpackError is thrown when parse +error has occrured, the buffer is insufficient to deserialize one object or there are extra bytes.
@@ -308,8 +308,8 @@-UnpackError is throw when parse -error is occured, the buffer is insufficient to deserialize one object or +UnpackError is thrown when parse +error has occurred, the buffer is insufficient to deserialize one object or there are extra bytes.
diff --git a/rdoc/0.4/MessagePack/Unpacker.html b/rdoc/0.4/MessagePack/Unpacker.html index e8e465c9a..a2a87b32e 100644 --- a/rdoc/0.4/MessagePack/Unpacker.html +++ b/rdoc/0.4/MessagePack/Unpacker.html @@ -371,8 +371,8 @@-UnpackError is throw when parse error is -occured. This method raises exceptions that fill method raises. +UnpackError is thrown when parse error has +occurred. This method raises exceptions that fill method raises.
@@ -459,8 +459,8 @@-UnpackError is throw when parse error is -occured. +UnpackError is thrown when parse error has +occurred.
@@ -507,8 +507,8 @@-UnpackError is throw when parse error is -occured. +UnpackError is thrown when parse error has +occurred.