Get multiple metadata. See Metadata#getValues(String) for more information. @param name @return multiple values
(String name)
| 104 | * @return multiple values |
| 105 | */ |
| 106 | public String[] getMetaValues(String name) { |
| 107 | return metadata.getValues(name); |
| 108 | } |
| 109 | |
| 110 | public void readFields(DataInput in) throws IOException { |
| 111 | super.readFields(in); |