Class Util
- java.lang.Object
-
- org.apache.olingo.odata2.ref.processor.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBinaryContent()static UtilgetInstance()voidsetBinaryContent(byte[] binaryContent)
-
-
-
Method Detail
-
getInstance
public static Util getInstance()
-
getBinaryContent
public byte[] getBinaryContent()
- Returns:
- the binaryContent
-
setBinaryContent
public void setBinaryContent(byte[] binaryContent)
- Parameters:
binaryContent- the binaryContent to set
-
-