| Package | Description |
|---|---|
| org.zkoss.image |
Image classes and interfaces.
|
| org.zkoss.sound |
Sound classes and interfaces.
|
| org.zkoss.util |
Utilities for handling data structures.
|
| org.zkoss.util.media |
Media classes, interfaces and utilities.
|
| org.zkoss.video |
Video classes and interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Image
Represents an image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AImage
Represents an image.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Audio
Represents an audio.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AAudio
Represents an audio.
|
| Modifier and Type | Method and Description |
|---|---|
static Media[] |
UploadUtils.parseResult(List<Media> result)
Parse the media list into Array,
if the list is empty or null, the return value will be null.
|
| Modifier and Type | Method and Description |
|---|---|
static Media[] |
UploadUtils.parseResult(List<Media> result)
Parse the media list into Array,
if the list is empty or null, the return value will be null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AMedia
A media object holding content such PDF, HTML, DOC or XLS content.
|
class |
RepeatableMedia
RepeatableMedia adds functionality to another media,
the ability to read repeatedly. |
| Modifier and Type | Method and Description |
|---|---|
static Media |
RepeatableMedia.getInstance(Media media)
Returns a repeatable media with a repeatable input stream or
reader, or null if the given media is null.
|
| Modifier and Type | Method and Description |
|---|---|
static Media |
RepeatableMedia.getInstance(Media media)
Returns a repeatable media with a repeatable input stream or
reader, or null if the given media is null.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Video
Represents a video.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AVideo
Represents a video.
|
Copyright © 2018. All rights reserved.