Uses of Interface
com.danga.MemCached.LineInputStream
-
Packages that use LineInputStream Package Description com.danga.MemCached -
-
Uses of LineInputStream in com.danga.MemCached
Classes in com.danga.MemCached that implement LineInputStream Modifier and Type Class Description class
ByteBufArrayInputStream
static class
SockIOPool.SockIO
MemCached Java client, utility class for Socket IO.Methods in com.danga.MemCached with parameters of type LineInputStream Modifier and Type Method Description private void
MemCachedClient. loadMulti(LineInputStream input, java.util.Map<java.lang.String,java.lang.Object> hm, boolean asString)
This method loads the data from cache into a Map.
-