31 lines
655 B
Java
31 lines
655 B
Java
|
package com.facetec.sdk;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.nio.channels.WritableByteChannel;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface mv extends nj, WritableByteChannel {
|
||
|
ms d();
|
||
|
|
||
|
mv d(byte[] bArr, int i, int i2) throws IOException;
|
||
|
|
||
|
mv e(String str) throws IOException;
|
||
|
|
||
|
mv e(byte[] bArr) throws IOException;
|
||
|
|
||
|
mv f(int i) throws IOException;
|
||
|
|
||
|
@Override // com.facetec.sdk.nj, java.io.Flushable
|
||
|
void flush() throws IOException;
|
||
|
|
||
|
mv g(int i) throws IOException;
|
||
|
|
||
|
mv h(int i) throws IOException;
|
||
|
|
||
|
mv h(long j) throws IOException;
|
||
|
|
||
|
mv n(long j) throws IOException;
|
||
|
|
||
|
mv r() throws IOException;
|
||
|
}
|