org.infinispan.client.hotrod.impl.transport
Class VHelper

java.lang.Object
  extended by org.infinispan.client.hotrod.impl.transport.VHelper

public class VHelper
extends Object

// TODO: Document this

Since:
4.1
Author:
mmarkus

Constructor Summary
VHelper()
           
 
Method Summary
static void main(String[] args)
           
static int readVInt(InputStream is)
           
static long readVLong(InputStream is)
           
static void writeVInt(int toWrite, OutputStream os)
           
static void writeVLong(long toWrite, OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VHelper

public VHelper()
Method Detail

readVInt

public static int readVInt(InputStream is)

writeVInt

public static void writeVInt(int toWrite,
                             OutputStream os)

readVLong

public static long readVLong(InputStream is)

writeVLong

public static void writeVLong(long toWrite,
                              OutputStream os)

main

public static void main(String[] args)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.