public final class WriteBytesUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
write(File file,
@NonNull byte[] buffer) |
static int |
write(File file,
byte[] buffer,
int length) |
static int |
write(@NonNull File file,
byte[] buffer,
int offset,
int length) |
static int |
write(File file,
@NonNull ByteBuffer buffer) |
static int |
write(@NonNull File file,
ByteBuffer buffer,
int length) |
static int |
write(File file,
@NonNull Bytes buffer) |
static int |
write(@NonNull File file,
Bytes buffer,
int length) |
static int |
write(OutputStream outputStream,
@NonNull byte[] buffer) |
static int |
write(OutputStream outputStream,
byte[] buffer,
int length) |
static int |
write(@NonNull OutputStream outputStream,
@NonNull byte[] bytes,
int offset,
int length) |
static int |
write(OutputStream outputStream,
@NonNull ByteBuffer buffer) |
static int |
write(@NonNull OutputStream outputStream,
@NonNull ByteBuffer buffer,
int length) |
static int |
write(OutputStream outputStream,
@NonNull Bytes buffer) |
static int |
write(@NonNull OutputStream outputStream,
@NonNull Bytes buffer,
int length) |
static int |
write(Path path,
@NonNull byte[] buffer) |
static int |
write(Path path,
byte[] buffer,
int length) |
static int |
write(@NonNull Path path,
byte[] buffer,
int offset,
int length) |
static int |
write(Path path,
@NonNull ByteBuffer buffer) |
static int |
write(@NonNull Path path,
ByteBuffer buffer,
int length) |
static int |
write(Path path,
@NonNull Bytes buffer) |
static int |
write(@NonNull Path path,
@NonNull Bytes buffer,
int length) |
static int |
write(WritableByteChannel channel,
@NonNull byte[] buffer) |
static int |
write(WritableByteChannel channel,
byte[] buffer,
int length) |
static int |
write(@NonNull WritableByteChannel channel,
@NonNull byte[] bytes,
int offset,
int length) |
static int |
write(WritableByteChannel channel,
@NonNull ByteBuffer buffer) |
static int |
write(@NonNull WritableByteChannel channel,
@NonNull ByteBuffer buffer,
int length) |
static int |
write(WritableByteChannel channel,
@NonNull Bytes buffer) |
static int |
write(@NonNull WritableByteChannel channel,
@NonNull Bytes buffer,
int length) |
public static int write(OutputStream outputStream, @NonNull @NonNull byte[] buffer)
public static int write(OutputStream outputStream, byte[] buffer, int length)
public static int write(@NonNull
@NonNull OutputStream outputStream,
@NonNull
@NonNull byte[] bytes,
int offset,
int length)
public static int write(OutputStream outputStream, @NonNull @NonNull ByteBuffer buffer)
public static int write(@NonNull
@NonNull OutputStream outputStream,
@NonNull
@NonNull ByteBuffer buffer,
int length)
public static int write(OutputStream outputStream, @NonNull @NonNull Bytes buffer)
public static int write(@NonNull
@NonNull OutputStream outputStream,
@NonNull
@NonNull Bytes buffer,
int length)
public static int write(WritableByteChannel channel, @NonNull @NonNull byte[] buffer)
public static int write(WritableByteChannel channel, byte[] buffer, int length)
public static int write(@NonNull
@NonNull WritableByteChannel channel,
@NonNull
@NonNull byte[] bytes,
int offset,
int length)
public static int write(WritableByteChannel channel, @NonNull @NonNull ByteBuffer buffer)
public static int write(@NonNull
@NonNull WritableByteChannel channel,
@NonNull
@NonNull ByteBuffer buffer,
int length)
public static int write(WritableByteChannel channel, @NonNull @NonNull Bytes buffer)
public static int write(@NonNull
@NonNull WritableByteChannel channel,
@NonNull
@NonNull Bytes buffer,
int length)
public static int write(File file, @NonNull @NonNull byte[] buffer)
public static int write(File file, byte[] buffer, int length)
public static int write(@NonNull
@NonNull File file,
byte[] buffer,
int offset,
int length)
public static int write(File file, @NonNull @NonNull ByteBuffer buffer)
public static int write(@NonNull
@NonNull File file,
ByteBuffer buffer,
int length)
public static int write(Path path, @NonNull @NonNull byte[] buffer)
public static int write(Path path, byte[] buffer, int length)
public static int write(@NonNull
@NonNull Path path,
byte[] buffer,
int offset,
int length)
public static int write(Path path, @NonNull @NonNull ByteBuffer buffer)
public static int write(@NonNull
@NonNull Path path,
ByteBuffer buffer,
int length)
Copyright © 2019 Appulse. All rights reserved.