Package org.infinispan.rest
Class ByteBufContentSource
- java.lang.Object
-
- org.infinispan.rest.ByteBufContentSource
-
- All Implemented Interfaces:
ContentSource
public class ByteBufContentSource extends Object implements ContentSource
-
-
Method Detail
-
asString
public String asString()
- Specified by:
asStringin interfaceContentSource
-
rawContent
public byte[] rawContent()
- Specified by:
rawContentin interfaceContentSource
-
-