Class BaseRdbParser.LenHelper
- java.lang.Object
-
- com.moilioncircle.redis.replicator.rdb.BaseRdbParser.LenHelper
-
- Enclosing class:
- BaseRdbParser
public static class BaseRdbParser.LenHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intencoding(RedisInputStream in)static intfree(RedisInputStream in)static longlenOfContent(RedisInputStream in)static intzlbytes(RedisInputStream in)static intzlend(RedisInputStream in)static intzllen(RedisInputStream in)static intzltail(RedisInputStream in)static intzmElementLen(RedisInputStream in)static intzmlen(RedisInputStream in)
-
-
-
Method Detail
-
zmlen
public static int zmlen(RedisInputStream in) throws IOException
- Throws:
IOException
-
free
public static int free(RedisInputStream in) throws IOException
- Throws:
IOException
-
zmElementLen
public static int zmElementLen(RedisInputStream in) throws IOException
- Throws:
IOException
-
zlbytes
public static int zlbytes(RedisInputStream in) throws IOException
- Throws:
IOException
-
zlend
public static int zlend(RedisInputStream in) throws IOException
- Throws:
IOException
-
zltail
public static int zltail(RedisInputStream in) throws IOException
- Throws:
IOException
-
zllen
public static int zllen(RedisInputStream in) throws IOException
- Throws:
IOException
-
encoding
public static int encoding(RedisInputStream in) throws IOException
- Throws:
IOException
-
lenOfContent
public static long lenOfContent(RedisInputStream in) throws IOException
- Throws:
IOException
-
-