Binary operations performed on StoreBinary which retuns long
| 6 | * Binary operations performed on {@link StoreBinary} which retuns long |
| 7 | */ |
| 8 | public interface StoreBinaryGetLong { |
| 9 | |
| 10 | long get(DataInput2 input, int size) throws IOException; |
| 11 | |
| 12 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…