Searched refs:ShortWriter (Results 1 – 1 of 1) sorted by relevance
123 ShortWriter headerSize = new ShortWriter(buf); in write()882 ShortWriter attributeStartWriter = new ShortWriter(buf); in write()885 ShortWriter idIndexWriter = new ShortWriter(buf); in write()886 ShortWriter classIndexWriter = new ShortWriter(buf); in write()887 ShortWriter styleIndexWriter = new ShortWriter(buf); in write()1591 private static class ShortWriter extends FutureWriter<Short> { class in ResourceTypes1592 public ShortWriter(ByteBuffer buf) { in ShortWriter() method in ResourceTypes.ShortWriter