Searched refs:EMPTY_BYTE_ARRAY (Results 1 – 5 of 5) sorted by relevance
44 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in BinaryCodec113 return EMPTY_BYTE_ARRAY; in decode()149 return EMPTY_BYTE_ARRAY; in toByteArray()168 return EMPTY_BYTE_ARRAY; in fromAscii()195 return EMPTY_BYTE_ARRAY; in fromAscii()224 return EMPTY_BYTE_ARRAY; in toAsciiBytes()
38 m_info = (info != null ? info : EMPTY_BYTE_ARRAY); in GenericAttribute_info()69 _clone.m_info = (m_info.length == 0 ? EMPTY_BYTE_ARRAY : (byte []) m_info.clone ()); in clone()101 private static final byte [] EMPTY_BYTE_ARRAY = new byte [0]; field in GenericAttribute_info
80 public static final byte [] EMPTY_BYTE_ARRAY = new byte [0]; field in CodeAttribute_info97 m_code = (code != null ? code : EMPTY_BYTE_ARRAY); in CodeAttribute_info()171 … _clone.m_code = (m_codeSize == 0 ? EMPTY_BYTE_ARRAY : (byte []) m_code.clone ()); // does not trim in clone()
582 CodeAttribute_info.EMPTY_BYTE_ARRAY, in newEmptyMethod()
653 EMPTY_BYTE_ARRAY, in visit()2206 private static final byte [] EMPTY_BYTE_ARRAY = new byte [0];