JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
play.db
Interface Model.BinaryField
Enclosing interface:
Model
public static interface
Model.BinaryField
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
exists
()
InputStream
get
()
long
length
()
void
set
(
InputStream
is,
String
type)
String
type
()
Method Details
get
InputStream
get
()
set
void
set
(
InputStream
is,
String
type)
length
long
length
()
type
String
type
()
exists
boolean
exists
()