Uses of Class
io.datarouter.bytes.binarydto.dto.BinaryDto
| Package | Description |
|---|---|
| io.datarouter.bytes.binarydto.codec.iostream | |
| io.datarouter.bytes.binarydto.dto |
-
Uses of BinaryDto in io.datarouter.bytes.binarydto.codec.iostream
Methods in io.datarouter.bytes.binarydto.codec.iostream with type parameters of type BinaryDto Modifier and Type Method Description static <T extends BinaryDto<T>>
io.datarouter.scanner.Scanner<T>BinaryDtoInputStreamScanner. of(Class<T> dtoClass, InputStream inputStream) -
Uses of BinaryDto in io.datarouter.bytes.binarydto.dto
Classes in io.datarouter.bytes.binarydto.dto with type parameters of type BinaryDto Modifier and Type Class Description classBinaryDto<T extends BinaryDto<T>>