| Package | Description |
|---|---|
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
static sk_stream_memorystream_t |
Skia.sk_memorystream_new_with_data(Pointer data,
long length,
boolean copyData) |
static sk_stream_memorystream_t |
Skia.sk_memorystream_new_with_length(long length) |
static sk_stream_memorystream_t |
Skia.sk_memorystream_new_with_skdata(sk_data_t data) |
static sk_stream_memorystream_t |
Skia.sk_memorystream_new() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Skia.sk_memorystream_destroy(sk_stream_memorystream_t cstream) |
static void |
Skia.sk_memorystream_set_memory(sk_stream_memorystream_t cmemorystream,
Pointer data,
long length,
boolean copyData) |
Copyright © 2019. All rights reserved.