Package | Description |
---|---|
com.communote.common.virusscan | |
com.communote.common.virusscan.impl | |
com.communote.server.core.image.type | |
com.communote.server.service |
Modifier and Type | Method and Description |
---|---|
void |
VirusScanner.scan(byte[] bytes)
Scan a byte array for viruses
|
void |
VirusScanner.scan(File file)
Scan file for virus
|
InputStream |
VirusScanner.scan(InputStream stream)
Scan an input stream for virus.
|
Modifier and Type | Method and Description |
---|---|
void |
NoneVirusScanner.scan(byte[] bytes)
Scan a byte array for viruses
|
void |
CommandlineScanner.scan(byte[] bytes)
Scan a byte array for viruses
|
void |
ClamAVScanner.scan(byte[] bytes)
Scan a byte array for viruses
|
void |
NoneVirusScanner.scan(File file)
Scan file for virus
|
void |
CommandlineScanner.scan(File file)
Scan file for virus
|
void |
ClamAVScanner.scan(File file)
Scan file for virus
|
InputStream |
NoneVirusScanner.scan(InputStream stream)
Scan an input stream for virus.
|
InputStream |
CommandlineScanner.scan(InputStream stream)
Scan an input stream for virus.
|
InputStream |
ClamAVScanner.scan(InputStream stream)
Scan an input stream for virus.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityImageManagement.storeImage(String entityId,
EntityImageManagement.ImageType imageType,
byte[] image)
Method to update an image.
|
Modifier and Type | Method and Description |
---|---|
void |
UserProfileService.storeOrUpdateUserImage(Long userId,
byte[] userImageBytes)
Update the image of a user.
|
Copyright © 2019 Communote team. All rights reserved.