Uses of Class
org.tentackle.common.Binary
-
Packages that use Binary Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Binary in org.tentackle.common
Methods in org.tentackle.common that return Binary Modifier and Type Method Description Binary<T>Binary. clone()static <T extends java.io.Serializable>
Binary<T>Binary. createBinary(java.io.InputStream stream, int bufSize, boolean frozen)Creates a Binary out of an InputStream.
-