com.fasterxml.storemate.shared.util.WithBytesCallback Maven / Gradle / Ivy
package com.fasterxml.storemate.shared.util;
public interface WithBytesCallback
{
public T withBytes(byte[] buffer, int offset, int length);
}
package com.fasterxml.storemate.shared.util;
public interface WithBytesCallback
{
public T withBytes(byte[] buffer, int offset, int length);
}