# GG-9702: Merged messaging.

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/08dbc72c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/08dbc72c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/08dbc72c

Branch: refs/heads/ignite-gg-9702
Commit: 08dbc72c7a4be29d9701268d0bf82eba857043fc
Parents: 317392e
Author: vozerov-gridgain <voze...@gridgain.com>
Authored: Wed Apr 22 12:04:51 2015 +0300
Committer: vozerov-gridgain <voze...@gridgain.com>
Committed: Wed Apr 22 12:04:51 2015 +0300

----------------------------------------------------------------------
 .../portable/GridPortableInputStream.java        | 19 -------------------
 1 file changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/08dbc72c/modules/core/src/main/java/org/apache/ignite/internal/processors/portable/GridPortableInputStream.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/portable/GridPortableInputStream.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/portable/GridPortableInputStream.java
index 3c676bf..554b28f 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/portable/GridPortableInputStream.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/portable/GridPortableInputStream.java
@@ -150,25 +150,6 @@ public interface GridPortableInputStream extends 
GridPortableStream {
     public double[] readDoubleArray(int cnt);
 
     /**
-     * Read data to byte array.
-     *
-     * @param arr Array.
-     * @param off Offset.
-     * @param len Length.
-     * @return Amount of actual bytes read.
-     */
-    public int read(byte[] arr, int off, int len);
-
-    /**
-     * Read data to the given address.
-     *
-     * @param addr Address.
-     * @param len Length.
-     * @return Amount of actual bytes read.
-     */
-    public int read(long addr, int len);
-
-    /**
      * Gets amount of remaining data in bytes.
      *
      * @return Remaining data.

Reply via email to