Uses of Class
dev.vality.machinegun.base.Content
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of Content in dev.vality.machinegun.base
Methods in dev.vality.machinegun.base that return Content Modifier and Type Method Description ContentContent. deepCopy()ContentContent. setData(byte[] data)ContentContent. setData(ByteBuffer data)ContentContent. setType(String type)Тип содержимого, согласно [RFC2046](https://www.ietf.org/rfc/rfc2046)Methods in dev.vality.machinegun.base with parameters of type Content Modifier and Type Method Description intContent. compareTo(Content other)booleanContent. equals(Content that)Constructors in dev.vality.machinegun.base with parameters of type Content Constructor Description Content(Content other)Performs a deep copy on other.