Skip navigation links
A B C D E F G I M N O P S T U V W 

A

AbstractProvider - Class in org.aoju.bus.storage.provider
 
AbstractProvider() - Constructor for class org.aoju.bus.storage.provider.AbstractProvider
 
addMetaData(String, Object) - Method in class org.aoju.bus.storage.UploadObject
 
addSubMatch(MagicMatch) - Method in class org.aoju.bus.storage.magic.MagicMatch
add a submatch to this magic match
addSubMatcher(MagicMatcher) - Method in class org.aoju.bus.storage.magic.MagicMatcher
add a submatch to this magic match
AliyunossProvider - Class in org.aoju.bus.storage.provider.aliyun
 
AliyunossProvider(String, String, String, String, String, boolean) - Constructor for class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 

B

bucketName - Variable in class org.aoju.bus.storage.provider.AbstractProvider
 

C

characters(char[], int, int) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
clone() - Method in class org.aoju.bus.storage.magic.MagicMatch
DOCUMENT ME!
clone() - Method in class org.aoju.bus.storage.magic.MagicMatcher
DOCUMENT ME!
close() - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
close() - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
createUploadToken(UploadToken) - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
createUploadToken(UploadToken) - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
createUploadToken(UploadToken) - Method in interface org.aoju.bus.storage.StorageProvider
删除图片

D

DEFAULT_NAMESPACES - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
DEFAULT_PARSER_NAME - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
DEFAULT_SCHEMA_VALIDATION - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
DEFAULT_VALIDATION - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
delete(String) - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
delete(String) - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
delete(String) - Method in interface org.aoju.bus.storage.StorageProvider
删除图片
descriptionMatches(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
determine if this match or any submatches has the description
downloadAndSaveAs(String, String) - Method in class org.aoju.bus.storage.provider.AbstractProvider
 
downloadAndSaveAs(String, String) - Method in interface org.aoju.bus.storage.StorageProvider
删除图片
downloadFile(String, String) - Static method in class org.aoju.bus.storage.provider.AbstractProvider
 

E

endDocument() - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
endElement(String, String, String) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
error(SAXParseException) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!

F

fatalError(SAXParseException) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
FdfsProvider - Class in org.aoju.bus.storage.provider.fdfs
 
FdfsProvider(String, Properties) - Constructor for class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 

G

getBitmask() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the bitmask that will be applied for this magic match
getBucketName() - Method in class org.aoju.bus.storage.UploadToken
 
getBytes() - Method in class org.aoju.bus.storage.UploadObject
 
getCallbackBody() - Method in class org.aoju.bus.storage.UploadToken
 
getCallbackBodyType() - Method in class org.aoju.bus.storage.UploadToken
 
getCallbackHost() - Method in class org.aoju.bus.storage.UploadToken
 
getCallbackRuleAsJson() - Method in class org.aoju.bus.storage.UploadToken
 
getCallbackUrl() - Method in class org.aoju.bus.storage.UploadToken
 
getCatalog() - Method in class org.aoju.bus.storage.UploadObject
 
getComparator() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the comparator for this magic match
getDeleteAfterDays() - Method in class org.aoju.bus.storage.UploadToken
 
getDescription() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the description for this magic match
getDetectorExtensions() - Method in class org.aoju.bus.storage.magic.MagicMatcher
Get the extensions for the underlying detectory
getDisplayName() - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
getExpires() - Method in class org.aoju.bus.storage.UploadToken
 
getExtension() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the extension for this magic match
getFile() - Method in class org.aoju.bus.storage.UploadObject
 
getFileExtension(String) - Static method in class org.aoju.bus.storage.magic.MimeTypeFile
 
getFileKey() - Method in class org.aoju.bus.storage.UploadToken
 
getFileName() - Method in class org.aoju.bus.storage.UploadObject
 
getFileName() - Method in class org.aoju.bus.storage.UploadToken
 
getFileType() - Method in class org.aoju.bus.storage.UploadToken
 
getFsizeMax() - Method in class org.aoju.bus.storage.UploadToken
 
getFsizeMin() - Method in class org.aoju.bus.storage.UploadToken
 
getFullPath(String) - Method in class org.aoju.bus.storage.provider.AbstractProvider
 
getHandledExtensions() - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
getHandledTypes() - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
getInputStream() - Method in class org.aoju.bus.storage.UploadObject
 
getLength() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the length we are restricting the comparison to for this magic match
getMagicMatch(byte[]) - Static method in class org.aoju.bus.storage.magic.Magic
get a match from a stream of data
getMagicMatch(byte[], boolean) - Static method in class org.aoju.bus.storage.magic.Magic
get a match from a stream of data
getMagicMatch(File, boolean) - Static method in class org.aoju.bus.storage.magic.Magic
get a match from a file
getMagicMatch(File, boolean, boolean) - Static method in class org.aoju.bus.storage.magic.Magic
get a match from a file
getMatch() - Method in class org.aoju.bus.storage.magic.MagicMatcher
 
getMatchers() - Static method in class org.aoju.bus.storage.magic.Magic
return the parsed MagicMatch objects that were created from the magic.xml definitions
getMatchers() - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
getMetadata() - Method in class org.aoju.bus.storage.UploadObject
 
getMimeLimit() - Method in class org.aoju.bus.storage.UploadToken
 
getMimeType() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the magic match for this magic match
getMimeType() - Method in class org.aoju.bus.storage.UploadObject
 
getName() - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
getOffset() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the offset in the stream we are comparing to the test value for this magic match
getProperties() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the properties for this magic match
getSubMatchers() - Method in class org.aoju.bus.storage.magic.MagicMatcher
get all submatches for this magic match
getSubMatches() - Method in class org.aoju.bus.storage.magic.MagicMatch
get all submatches for this magic match
getTest() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the test value for this magic match
getType() - Method in class org.aoju.bus.storage.magic.MagicMatch
get the type of match for this magic match
getUploadDir() - Method in class org.aoju.bus.storage.UploadToken
 
getUrl(String) - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
getUrl(String) - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
getUrl(String) - Method in interface org.aoju.bus.storage.StorageProvider
获取文件下载地址
getUrl() - Method in class org.aoju.bus.storage.UploadObject
 
getVersion() - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!

I

ignorableWhitespace(char[], int, int) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
initialize() - Static method in class org.aoju.bus.storage.magic.Magic
create a parser and initialize it
initialize() - Method in class org.aoju.bus.storage.magic.MagicParser
parse the xml file and create our MagicMatcher object list
isValid() - Method in class org.aoju.bus.storage.magic.MagicMatcher
test to see if everything is in order for this match

M

Magic - Class in org.aoju.bus.storage.magic
This class is the primary class for jMimeMagic
Magic() - Constructor for class org.aoju.bus.storage.magic.Magic
constructor
MagicDetector - Interface in org.aoju.bus.storage.magic
探测器
MagicMatch - Class in org.aoju.bus.storage.magic
This class represents a single match test
MagicMatch() - Constructor for class org.aoju.bus.storage.magic.MagicMatch
 
MagicMatcher - Class in org.aoju.bus.storage.magic
This class represents a single match test
MagicMatcher() - Constructor for class org.aoju.bus.storage.magic.MagicMatcher
 
MagicParser - Class in org.aoju.bus.storage.magic
 
MagicParser() - Constructor for class org.aoju.bus.storage.magic.MagicParser
constructor
main(String[]) - Static method in class org.aoju.bus.storage.magic.Magic
DOCUMENT ME!
MimeTypeFile - Class in org.aoju.bus.storage.magic
 
MimeTypeFile() - Constructor for class org.aoju.bus.storage.magic.MimeTypeFile
 
mimeTypeMatches(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
determine if this match or any submatches has the description

N

NAME - Static variable in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
name() - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
NAME - Static variable in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
name() - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
name() - Method in interface org.aoju.bus.storage.StorageProvider
 
NAMESPACES_FEATURE_ID - Static variable in class org.aoju.bus.storage.magic.MagicParser
 

O

org.aoju.bus.storage - package org.aoju.bus.storage
 
org.aoju.bus.storage.magic - package org.aoju.bus.storage.magic
 
org.aoju.bus.storage.provider - package org.aoju.bus.storage.provider
 
org.aoju.bus.storage.provider.aliyun - package org.aoju.bus.storage.provider.aliyun
 
org.aoju.bus.storage.provider.fdfs - package org.aoju.bus.storage.provider.fdfs
 

P

parseFileName(String) - Static method in class org.aoju.bus.storage.UploadObject
 
prefix - Variable in class org.aoju.bus.storage.provider.AbstractProvider
 
print() - Method in class org.aoju.bus.storage.magic.MagicMatch
 
printMagicFile(PrintStream) - Static method in class org.aoju.bus.storage.magic.Magic
print the contents of a magic file
printMagicMatch(PrintStream, MagicMatch, String) - Static method in class org.aoju.bus.storage.magic.Magic
print a magic match
process(byte[], int, int, long, char, String, Map<String, String>) - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
process(File, int, int, long, char, String, Map<String, String>) - Method in interface org.aoju.bus.storage.magic.MagicDetector
DOCUMENT ME!
processingInstruction(String, String) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!

S

SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class org.aoju.bus.storage.magic.MagicParser
 
setBitmask(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the bitmask that will be applied for this magic match
setBucketName(String) - Method in class org.aoju.bus.storage.UploadToken
 
setCallbackBody(String) - Method in class org.aoju.bus.storage.UploadToken
 
setCallbackBodyUseJson(boolean) - Method in class org.aoju.bus.storage.UploadToken
 
setCallbackHost(String) - Method in class org.aoju.bus.storage.UploadToken
 
setCallbackUrl(String) - Method in class org.aoju.bus.storage.UploadToken
 
setComparator(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the comparator for this magic match
setDeleteAfterDays(Integer) - Method in class org.aoju.bus.storage.UploadToken
 
setDescription(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the description for this magic match
setExpires(long) - Method in class org.aoju.bus.storage.UploadToken
 
setExtension(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the extension for this magic match
setFileName(String) - Method in class org.aoju.bus.storage.UploadToken
 
setFileType(String) - Method in class org.aoju.bus.storage.UploadToken
 
setFsizeMax(Long) - Method in class org.aoju.bus.storage.UploadToken
 
setFsizeMin(Long) - Method in class org.aoju.bus.storage.UploadToken
 
setLength(int) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the length we are restricting the comparison to for this magic match
setMatch(MagicMatch) - Method in class org.aoju.bus.storage.magic.MagicMatcher
 
setMetadata(Map<String, Object>) - Method in class org.aoju.bus.storage.UploadObject
 
setMimeLimit(String) - Method in class org.aoju.bus.storage.UploadToken
 
setMimeType(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the mime type for this magic match
setOffset(int) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the offset in the stream we are comparing to the test value for this magic match
setProperties(Map<String, String>) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the properties for this magic match
setString(String) - Method in class org.aoju.bus.storage.UploadObject
 
setSubMatchers(Collection<MagicMatcher>) - Method in class org.aoju.bus.storage.magic.MagicMatcher
set all submatches
setSubMatches(Collection<MagicMatch>) - Method in class org.aoju.bus.storage.magic.MagicMatch
set all submatches
setTest(ByteBuffer) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the test value for thie magic match
setType(String) - Method in class org.aoju.bus.storage.magic.MagicMatch
set the type of match to perform for this magic match
setUploadDir(String) - Method in class org.aoju.bus.storage.UploadToken
 
startDocument() - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
startElement(String, String, String, Attributes) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
StorageProvider - Interface in org.aoju.bus.storage
上传接口

T

test(File, boolean) - Method in class org.aoju.bus.storage.magic.MagicMatcher
test to see if this match or any submatches match
test(byte[], boolean) - Method in class org.aoju.bus.storage.magic.MagicMatcher
test to see if this match or any submatches match
toCatalog(String) - Method in class org.aoju.bus.storage.UploadObject
 

U

upload(UploadObject) - Method in class org.aoju.bus.storage.provider.aliyun.AliyunossProvider
 
upload(UploadObject) - Method in class org.aoju.bus.storage.provider.fdfs.FdfsProvider
 
upload(UploadObject) - Method in interface org.aoju.bus.storage.StorageProvider
文件上传
UploadObject - Class in org.aoju.bus.storage
 
UploadObject(String) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadObject(File) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadObject(String, File) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadObject(String, InputStream, String) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadObject(String, byte[], String) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadObject(String, byte[]) - Constructor for class org.aoju.bus.storage.UploadObject
 
UploadToken - Class in org.aoju.bus.storage
 
UploadToken() - Constructor for class org.aoju.bus.storage.UploadToken
 

V

VALIDATION_FEATURE_ID - Static variable in class org.aoju.bus.storage.magic.MagicParser
 

W

warning(SAXParseException) - Method in class org.aoju.bus.storage.magic.MagicParser
DOCUMENT ME!
A B C D E F G I M N O P S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.