public interface Payload
Modifier and Type | Method and Description |
---|---|
static Payload |
direct(byte... payload) |
@NotNull byte[] |
load() |
static Payload |
resource(String filename) |
@NotNull @NotNull byte[] load() throws IOException
IOException
static Payload direct(byte... payload)
Copyright © 2022. All rights reserved.