All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.storemate.shared.util.WithBytesCallback Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.fasterxml.storemate.shared.util;

public interface WithBytesCallback
{
    public T withBytes(byte[] buffer, int offset, int length);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy