Searched refs:EMPTY_BYTES (Results 1 – 7 of 7) sorted by relevance
12 private static final byte[] EMPTY_BYTES = new byte[0]; field in DefiniteLengthInputStream94 return EMPTY_BYTES; in toByteArray()
11 private static final byte[] EMPTY_BYTES = new byte[0]; field in WNafUtil189 return EMPTY_BYTES; in generateNaf()238 return EMPTY_BYTES; in generateWindowNaf()
82 public static final byte[] EMPTY_BYTES = {}; field in WireFormatNano
236 return WireFormatNano.EMPTY_BYTES; in readBytes()569 return WireFormatNano.EMPTY_BYTES; in getData()
63 return StreamUtils.EMPTY_BYTES; in getResult()69 return StreamUtils.EMPTY_BYTES; in getResult()
43 private static final byte[] EMPTY_BYTES = new byte[0]; field in AttributeAdder267 EMPTY_BYTES, in visitCodeAttribute()
31 public static final byte[] EMPTY_BYTES = new byte[0]; field in StreamUtils