146147148149150151152153154155156
String type = StreamUtil.readNullTerminatedString(source); int size = source.readInt(); source.flush(); Attribute attribute = factory.create(type, size, source); if (attribute != null) { attributes.put(name, attribute); }