66676869707172
* * @param buffer {@link java.nio.ByteBuffer} for reading in schema hash * @return A {@link Schema} or {@code null} if the schema is not found. */ public Schema get(ByteBuffer buffer) { return get(new SchemaHash(buffer)); }