Home | History | Annotate | Download | only in attribute

Lines Matching refs:m_info

31     public byte [] m_info;
38 m_info = (info != null ? info : EMPTY_BYTE_ARRAY);
44 return 6 + m_info.length;
69 _clone.m_info = (m_info.length == 0 ? EMPTY_BYTE_ARRAY : (byte []) m_info.clone ());
80 out.write (m_info, 0, m_info.length);
94 m_info = new byte [(int) m_attribute_length];
95 bytes.readFully (m_info);